Try OpenEdge Now
skip to main content
Online Help
Introducing the ABL Editor : Reference : Profiler Editor : Call Tree tab
 
Call Tree tab
The Call Tree tab of the Profiler Editor displays the call tree hierarchy of the session. It enables you to evaluate the calls that consume most of the session.
Field
Description
Call Order
Displays the order in which the calls were made to the selected module.
Times Called
Displays the number of times the module called.
Cumulative Time (secs)
Displays the total time taken to execute the call including the time taken to execute the subcalls.
% of Session
Displays the percentage of the session consumed by the call.
Note: The details on the Call Tree tab are displayed only if the session was profiled using the Tracing-Filter "*" option.