Call Tree tab
- Last Updated: January 26, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The Call Tree tab of the Profiler Viewer 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
Trace-Filter "*" option. For more
information, see TRACE-FILTER attribute, and TRACING attribute.