[TAU Logo]


CAGEY (CAll Graph Extended displaY)

Cagey lets you browse through the static callgraph of the application.

Expand the callgraph to level 3 by choosing Expand Graph ... up to level 3 in the View menu.

This will expand all nodes in the call graph down to three function calls from the Processor_Main function. Individual nodes may be expanded or contracted by a single left mouse button click on the node.

[CAGEY]

Individual nodes may be expanded or contracted by a single left mouse button click on the node. We can globally select functions in other tools by right-clicking, as in classy. We can click the middle button to view detailed information about the function.

To display in a compact form, click Compact callgraph in the View menu. Then scroll to Grid::Grid, the Grid collection constructor function, and click the middle mouse button on its label to view information on the function.

[CAGEY]

Next we demonstrate RACY. To use RACY, we need to build the application with profiling for which we go back to COSY.

Exit from CAGEY and find the window for COSY.


[PREV] [Back to tutorial] [NEXT]
Sameer Shende <sameer@cs.uoregon.edu>