インテル® VTune™ Amplifier 2018 ヘルプ

column

Specify substrings for the column names to display only corresponding columns in the report.

GUI Equivalent

Toolbar: Command

Syntax

-column=<string>

Arguments

<string> - Full name of the column or its substring.

Actions Modified

report , report-output

Description

Filtering and Grouping Reports to display only data columns (typically corresponding to performance metrics or hardware events) with the specified <string> in the title. For example, specify -column=Total to view only Total metrics in the report. Columns used for data grouping are always displayed.

To display a list of columns available for a particular report, type: amplxe-cl -report <report_name> -r <result_dir> column=?.

Example

Display grouping and data columns only for event columns with the *INST_RETIRED.* string in the title:

$ amplxe-cl -R hw-events -r r000ah -column=INST_RETIRED.

Obtain a list of columns available for the hw-events report for a TSX Hotspots analysis result:

$ amplxe-cl -report hw-events -r /temp/test/r029ths/r029ths column=?
amplxe: Using result path '/temp/test/r029ths/r029ths'

Available values for '-column' option are:
Function
Module
Hardware Event Count:UOPS_RETIRED.ALL_PS:Self
Module
Function (Full)
Source File
Module Path
Start Address

関連情報