Measure Reference Manual

entity-spec
identifies the entity to be measured. Entity specifications are specific to each entity type. For
the syntax, see the description of the specified entity type in Chapter 3: Entities and Counters
(page 136).
list-option
is one of:
BY item-name [ ( ASCENDING ) | ( DESCENDING ) ]
sorts the report in ascending or descending order.
item-name is one of:
{ counter }
{ identification-item }
where
counter is a counter name. By default, counter items are sorted in descending order.
Special considerations for the PROCESSH, DISC, CPU, and USERDEF entity types include:
For PROCESSH, counter is a procedure name.
For legacy style DISC cache counters, counter must be preceded by C0-, C1-, C2-,
or C3- to specify the size of the cache blocks to be considered. For ZMS style DISC
cache counters, counter must be preceded by Cn- where n is a value from 0 to 7.
For CPU, if a counter is not specified, the CPUs are listed in numeric order.
For USERDEF, the valid counter names are name, value, type, and index.
identification-item is an identification item such as CPU-NUM or PROCESS-NAME.
You can use any valid identification item for the specified entity. By default, identification
items are sorted in ascending order.
CR-NAME-LEN { SHORT | LONG }
controls the displayed length of procedure (code-range) names. The default is SHORT.
SHORT
truncates procedure (code-range) names (if necessary) at 32 characters. Mangled
procedure names are not demangled prior to display.
LONG
displays procedure (code-range) names both in their SHORT form and, if longer than
32 characters, in their entirety on a subsequent line. Mangled procedure names are
not demangled for display.
CR-NAME-FORM { STANDARD | DEMANGLED | BOTH }
controls whether demangled procedure (code-range) names are displayed (if applicable).
The default is STANDARD.
STANDARD
displays procedure (code-range) names in the form specified in the code file (mangled)
or EDIT file (demangled).
DEMANGLED
demangles procedure (code-range) names, if necessary, prior to display.
BOTH
displays procedure (code-range) names in both STANDARD and DEMANGLED forms.
CR-NAME-QUAL { UNQUALIFIED | QUALIFIED }
controls whether procedure (code-range) names are displayed with object file name
qualifiers, if available, in the Code-Range Name column on the line immediately following
the traditional line of code-range output. The default is UNQUALIFIED.
LIST entity-type 69