Limiting profile output: Profiletol

Top  Previous  Next

Profile can generate a tremendous amount of output, much of which is not informative.  The above profile reports show several statements reported for which there is not meaningful execution time.  One can suppress this information by using a tolerance on the minimum amount of execution time in seconds that a statement must use to be reported.

 

OPTION PROFILETOL = 0.5;

or

OPTION PROFILETOL = 2;

or

OPTION PROFILETOL = 10;

 

In bigger models the latter would cause reporting of statements that took 2 or 10 or more seconds of execution time.  Bigger numbers yet can be used.