Descriptions of Directives [ COBOL/HP-UX Operating Guide for the Series 700 and 800 ] MPE/iX 5.0 Documentation
COBOL/HP-UX Operating Guide for the Series 700 and 800
Descriptions of Directives
Descriptions of the Profiler directives
appear alphabetically.
ALPHA
Outputs performance statistics
in alphabetical order by paragraph name. If you do not specify ALPHA,
statistics are output in descending order of the total percentage time
spent in each paragraph.
ALL
Outputs a full performance profile
(a sample profile is contained in Chapter 7 , Running). If you do not
set the ALL directive, no statistics are produced for sections or
paragraphs that are not entered or PERFORMed during execution of the
program.
FORM"integer"
Specifies the default page size
in lines for the listing file. The default size is 60 lines.
LIST["destination"]
Specifies where the listing is to be produced. The possible values of
destination are:
* the console
* a specified file
* a default file
If destination is not specified, then the output is sent to the console,
with page headings and page throws omitted. The VERBOSE Profiler
directive also is set automatically.
If destination is specified with a file-name, then the output is written
to that file.
If you do not set the LIST Profiler directive, then by default the output
is produced in a file called file-name.prf, where file- name is the first
name in file list in the command line.
[NO]VERBOSE
Displays on the screen messages output by Profiler. The default setting
is NOVERBOSE, unless the LIST directive is set without a specified
parameter, in which case VERBOSE is set automatically.
WIDE
Allows lines in the Profiler output to be up to 131 characters wide. If
the WIDE directive is not set, lines are truncated to 79 characters.
MPE/iX 5.0 Documentation