Field
|
Description
|
Module Name
|
Displays the name of the module.
Note: The row displays the module name and name of the file that contains the module seperated by a space, for example, Proc1 C:ex/Procedure.p, where Proc1 is the name of the module and C:ex/Procedure.p is teh name of the file.
|
Times Called
|
Displays the number of times the module has been called.
|
Average Time Per call (sec)
|
Displays the average of the total time taken to execute and the number of times the module was called.
Note: Displays in seconds with microsecond precision.
|
Total Time (sec)
|
Displays the total time taken by this module to execute.
Note: Displays in seconds with microsecond precision.
|
% of Session
|
Displays the percentage of session that is consumed by the execution of this module.
Note: The percentage is presented numerically and graphically.
|
Field
|
Description
|
Calling Module
|
Displays the names of the modules that are being called by the module whose details you are viewing.
|
Times Calling
|
Displays the number of times the module was called.
|
% of Session
|
Displays the percentage of the session that is consumed when this module is calling the module selected in the Calling Modules column.
|
Called Modules
|
Displays the name of the module that is called by the module whose details you are viewing.
|
Times Calling
|
Displays the number of times the module was called.
|
% of Session
|
Displays the percentage of the session that is consumed when this module is calling the module selected in the Called Modules column.
|