This tutorial demonstrates launching the sample application and using the Call Tree view to identify the parts of the application that consume the most CPU time.
The Call Tree view presents the performance data as a hierarchical tree which can be expanded and collapsed at each node in the tree. This allows you to close parts of the tree that are of no interest, and open parts of the tree that appear more interesting – allowing you to easily identify the parts of the application that consume the most CPU time.
This tutorial will demonstrate the Call Tree user interface using sampling mode.
Analysing the call tree.
This tutorial will demonstrate the Call Tree user interface using instrumentation mode.
Analysing the call tree.