Viewing Call Tree data

Click the Call Tree link to view the call tree data.

The following image shows an example of the Call Tree data.
Figure 1. Call Tree Viewer

In the Call Tree viewer, START is the root of the tree. You can click on the arrow next to it to expand or to collapse the tree. It shows the biggest depth for stack utilization in Call Tree and the functions on this call path are displayed in green color. The Call Tree nodes are synchronized with the source code. You can double-click on the node to view the source code. The columns can be resized by moving the columns to the left or right of another column depending on your requirements by dragging and dropping.

The following table describe the fields of Call Tree data.

Table 1. Call Tree fields description table
Field Description
Function Name Name of function that has executed.
Num Calls Number of times function has executed.
% Total calls of Parent Percent of number of function calls from total number of calls in the application.
% Total times it was called Percent of number of times a function was called.
Inclusive Time Cumulative count during execution time spent from function entry to exit.