This tutorial demonstrates launching the sample application and using the Call Graph view to identify the parts of the application that consume the most CPU time.
The Call Graph view presents the performance data as a hierarchical graph which can be expanded and collapsed at each node in the graph. This allows you to close parts of the graph that are of no interest, and open parts of the graph 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 graph user interface.
Analysing the call graph.