Compiling with the Graph option also places calls in your program. It shows the number of calls made to each function, which "child" functions are called by each "parent" function, and how many times each child is called.
To bring up a graphical representation of the call graph, do one of the following:
See also "Browsing dynamic calls, by function".