Know the Structure of Potential Routine Calls

Applies to AQTime 8.81, last modified on January 18, 2022

To learn the structure or potential (rather than actual) routine calls in your application, use the Static Analysis profiler:

  1. Profile your application with the Static Analysis profiler and get results.

  2. Select the Routines category in the Explorer panel.

  3. Select the desired routine in the Report panel and switch to the Call Tree or Call Graph panel:

    • The Call Graph panel displays a graphical representation of the call hierarchy for the selected routine.

    • The Call Tree panel displays a tree-like structure of function calls for the selected routine. The Parents pane shows what routines call the selected routine. The Children pane shows what routines are called by the selected routine.

To know the structure of actual routine calls in your application, use the Function Trace or Performance profiler. See Know the Structure of Routine Calls in Your Application.

See Also

Exploring an Application's Source Code
Best Practices and How to Tutorials
Find the Number of Potential Method Calls
Know the Structure of Routine Calls in Your Application

Highlight search results