Intel® Inspector Help
Output a report file with the specified pathname.
-report-output <PATH> |
PATH |
A string containing the PATH/name for the report file. |
By default, a report is written to stdout.
Use report-output to save a report to a file rather than writing it to stdout. The file is created relative to the current working directory unless an absolute pathname is specified.
Generate a status report from the most recent result and save it as status-report.txt file in the current working directory.
$ inspxe-cl -report status -report-output status-report.txt