Intel® Advisor Help
Save a report as a file.
-report-output <PATH>
PATH is the directory PATH/filename of the output file.
Report is written to stdout
Use the report-output action-option to save a report in the specified directory, with the specified name and file extension.
By default, a report is written to standard output in text format, but the advixe-cl tool provides a number of options you can use when generating a report.
To write a report to a file, use the report-output option.
This command generates a Suitability report and saves it as suitability.txt in the /out output directory.
$ advixe-cl -report suitability -project-dir ./advi -format text -report-output ./out/suitability.txt