User Guide

Intel® VTune™ Profiler User Guide

ID 766319
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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

report

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.

NOTE:

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