Code Tracing Tree
The Code Tracing Tree is accessed from Monitor
| Tracing and selecting a trace ID from the list.
The Tree tab displays the call tree for a selected event or trace file.

Display Options:
- Show Memory Usage - Show
or hide the Memory Usage column. Hovering over an item in this column
will display a tool tip containing a comparison of memory usage.
- Highlight most time consuming
path - shows the path that took the most time to run.
The Tree includes the following columns:
- Traced Functions: The name
of the caught object in the trace file. This could be an argument,
return value, function error, header etc.
- Memory Usage:
The memory used by this item
- Running Time: The percentage
of the total script's runtime and the duration in milliseconds (including
children).
- Called from (line): The
line of code where the event happened (in the file stated in filename).
Navigation
In Tables:
- At any time you can hover over a component to see a tooltip that
describes the component and in certain cases additional information.
In the Tree tab:
- Bold items indicate calls that took the most time to execute and
this continues inside the call itself – indicating the slowest calls.
This indicates the application’s critical path.
- Double clicking on any item will jump to the relevant function
in the Statistics tab.