Browsing dynamic calls, by function
The dynamic call graph uses profiling information to display which functions a function actually called during run-time, unlike the static call graph which shows potential calls.
To browse the dynamic call graph, do one of the following:
- Choose Browse > Dynamic Calls...
- In the debugger command pane, enter: browse dcalls.
- To view a particular function specified by function_name, in the debugger command pane, enter: browse dcalls function_name.
This will only work if you have collected profiling information. See
"Call graph".
Related topic:
Copyright © 1999, Green Hills Software. All rights
reserved.