インテル® VTune™ Amplifier 2018 ヘルプ
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.
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.
Generate a Hotspots report in CSV file format using a comma delimiter and save it as MyReport.csv in the current working directory.
$ amplxe-cl -report hotspots -report-output MyReport.csv -format csv -csv-delimiter comma