Display Function Information
You can display the relationships among functions in your program as a graph by selecting a function and displaying either of the following two types of graphs for function relationships:
Call Graph: All the functions that the selected function calls.
Callers Graph: All the functions that call the selected function.
In each graph, a node represents a function.