Specify output format for report.
-format <value> |
Text output format. File extension is .txt.
CSV output format. File extension is .csv. Must be used with csv-delimiter option.
XML output format. File extension is .xml. Available for summary report only.
HTML output format. File extension is .html. Available for summary report only.
text
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.
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