Intel® Advisor Help

report-output

Save a report as a file.

Syntax

-report-output <PATH>

Arguments

PATH is the directory PATH/filename of the output file.

Default

Report is written to stdout

Actions Modified

report

Description

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.

Example

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

See Also