Measure Reference Manual

5.45 - -
5.08 - -
4.72 - -
4.36 - -
3.99 - -
3.63 - -
3.27 - -
2.90 - ----- -
2.54 - | | -
2.18 - | | -
1.82 - -----| | -
1.45 -| | | -
1.09 -| | | -
.726 -| | | -
.363 -| | | -
0 -| | |---------------------------
A B
Min Value = 1.80 Max Value = 2.92
A: READ-BUSY-TIME Disk $BOOKS1 (6, 1, 17, 1)
B: READ-BUSY-TIME Disk $BOOKS1 (6, 1, 17, 2)
SET REPORT
The SET REPORT command governs the format of subsequent reports until changed by a new SET
REPORT command, a RESET REPORT command, or the addition of a new data file.
Syntax
SET [ REPORT ] report-attribute value [ , report-attribute value ] ...
REPORT
is optional if you specified REPORT as the default command object by using the ASSUME
command.
report-attribute value
includes:
CR-NAME-LEN { SHORT | LONG }
specifies 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 }
specifies whether demangled procedure (code-range) names are displayed (if applicable).
The default is STANDARD.
STANDARD
displays procedure (code-range) names in the form was 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.
SET REPORT 109