HP 3000 Manuals

Descriptions of Directives [ Micro Focus COBOL System Reference, Volume 2 ] MPE/iX 5.0 Documentation


Micro Focus COBOL System Reference, Volume 2

Descriptions of Directives 

Descriptions of the Profiler directives 
appear alphabetically.

ALL 

Outputs a full performance profile(a sample profile is contained in the
chapter Running).  If you do not set the ALL directive, no statistics are
produced for sections or paragraphs that are not entered or PERFORMed.

ALPHA 

Outputs performance statisticsin 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.

FORM"integer" 

Specifies the default page sizein lines for the listing file.  The
minimum value you should specify is 6.  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