Displays a window that will show a graphical representation of your program’s stack. This representation, which is called a
call graph, is a dynamic representation of your program’s state.
Functions and subroutines are displayed as boxes. The lines linking functions and subroutines to one another indicate that one routine was called by the other, with the arrow pointing to the called routine.
The numbers next to a link indicates the threads or ranks that called the routine. If there a great number of ranks or threads, diving on the arrow tells TotalView to display an information box listing them in a more legible format.
Tells TotalView to update the display. You would do this if you have asked TotalView to display a call graph while your program is executing of if you select a different item within the Group pulldown.