Call graph profiling allows you to analyze your Windows* or Linux*-based applications (including Java* applications), generate a call graph and identify critical functions and call sequences. It shows threads created, functions executed and parent and child relationships.
Call graph profiling reveals:
- the structure of your program on a function level;
- the number of times a function is called from a particular location;
- the time spent in each function and
- functions on a critical path.