Intel® Inspector Help

format

Specify the output format for a report.

Syntax

-format <string>

Arguments

text

Output in plain text format.

csv

Output in tabular format, using a comma delimiter.

xml

Output in XML format.

Default

Plain text.

Actions Modified

report

Description

Use the format action-option to set the format of a report and write to a file.

By default, a report is written to standard output in text format, but the inspxe-cl tool provides a number of options you can use when generating a report.

Example

Generates a Problems report in XML format for the most recently created result and saves it in the result directory as myProblemReport.xml.

$ inspxe-cl -report problems -report-output myProblemReport -format xml

This command generates a Problems report in XML format for the most recently created result and saves it in the result directory as myProblemReport.xml.

$ inspxe-cl -report problems -report-output myProblemReport -format xml

See Also