Visible to Intel only — GUID: GUID-E68FA5F6-6002-4C08-95EC-06C912700DBB
Visible to Intel only — GUID: GUID-E68FA5F6-6002-4C08-95EC-06C912700DBB
format
Specify output format for report.
Syntax
-format <value> |
Arguments
- <value>
- Description
- text
-
Text output format. File extension is .txt.
- csv
-
CSV output format. File extension is .csv. Must be used with csv-delimiter option.
- xml
-
XML output format. File extension is .xml. Available for summary report only.
- html
-
HTML output format. File extension is .html. Available for summary report only.
Default
text
Actions Modified
Description
Use the format action-option to specify output format for report. To print to a file, use this with the report-output option. If you choose csv, you must also use the csv-delimiter option to specify the delimiter, such as comma.
XML and HTML formats are available for the summary report only.
Example
Generate a Hotspots report in CSV file format using a comma delimiter and save it as MyReport.csv in the current working directory.
vtune -report hotspots -report-output MyReport.csv -format csv -csv-delimiter comma