dotTrace
 
Get dotTrace

Call Tree

Last modified: 22 July 2024

Call Tree shows method execution paths. Each method node in the tree represents a top-level method executed by a certain thread. The method node lists methods it called and metrics collected during profiling.

Use Call Tree to:

To help you perform thorough call stack analysis, Call Tree offers the following functionality:

Call Tree

1 The percentage of time spent inside a call relative to the total selected time.

2 Short method name.

3 Total time spent inside a call and its subtree. See the details below.

4 Full method name.