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

Call Stack

Last modified: 08 March 2021

Typically, the final goal of any performance analysis is determining a particular method that causes performance issues. To help you perform this task, Timeline Viewer offers the Call Stack window.

The Call Stack window displays stack data in two ways:

  • Methods and Subsystems


    Plain list of methods from all selected threads sorted by execution time. The subsystems bar below the list visualizes the data from the Subsystems filter.

  • Call Tree


    Methods execution paths. Tree nodes are top-level methods executed by certain threads.