Try OpenEdge Now
skip to main content
Online Help
Introducing the ABL Editor : Reference : Profiler Editor : Module Details tab
 
Module Details tab
The Module Details tab of the Profiler Editor displays the execution time of the modules in the current session. It displays the modules that are calling other modules and also the modules that have been called.
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.
You can select a module in the table above and view the details of the modules that called it or the modules that this module called.
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.