Printing a Graph | Sizing a Call or Class Graph |
Showing a Function or Class Source | Graphing a Class Hierarchy |
Call Graph Window |
Note - You must have a source browsing database to view function relationships. See Source Browsing Databases.
To graph a function call:
Note - You can graph virtual functions, but the Sun WorkShopTM programming environment cannot determine the actual function that would be called. For example, if main calls b::d(), a virtual function that could actually call b1::d() or b2::d(), Sun WorkShop cannot tell which function is called. The graph shows main calling b::d(), but shows no connection between main and b1::d() or main and b2::d().