dotTrace
 
Get dotTrace
You are viewing the documentation for an earlier version of dotTrace.

Call Tree

Last modified: 16 November 2021

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 0

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

Pos 2 Short method name.

Pos 3 Total time spent in a call and its subtree. See details below.

Pos 4 Full method name.