Call Graph
A graphical depiction of the calling structure of your program, and where resources such as memory or processor time were being utilized during a run. By default, the Call Graph identifies and displays the top 20 functions by resource usage.
The Call Graph also highlights the path from the most expensive function back to the program's beginning; thicker lines indicate more expensive paths. You can highlight other functions based on various criteria.
(C) Copyright IBM Corporation 1992, 2010.