User guide

Chapter 6. Profiling
72
Figure 6.6. Radial View
The Radial View displays all functions branching out from main(), with each function represented as
a node. A purple node means that the program terminates at the function. A green node signifies that
the function call has nested functions, whereas gray nodes signify no nest functions. Double-clicking
on a node will show its parent (colored pink) and children. The lines connecting different nodes also
display how many times main() called each function.
The left window of the Radial View lists all of the functions shown in the view. This window also allows
you to view nested functions, if any. A green bullet point means the program either starts or terminates
at that function.
Figure 6.7. Tree View
The Tree View is similar to the Radial View, except that it only displays all descendants of a selected
node (Radial View only displays functions one call depth away from a selected node). The top left of