Profile

Top  Previous  Next

This option specifies whether to include LST file output on statement level execution timing and memory use as well as the number of set elements over which statements are executed.  Use of this option is discussed in the Speed and Memory chapters.  This option is used by setting

 

Option Profile=number;

 

The default value is 0 and a value of

 

0 Means no execution profile will be generated in the LST file.
1 Means the LST file will contain reports on execution time and memory use for each statement not in a control statement and any first level Control Structure statements like loops, if, for and while.
2 Means that profile information will be reported for any statements that are nested in first level control statements.
3 Profile information is reported for any statements that are nested in second level control statements.

 

Higher numbers can be used to go further into nested items.