Find the Number of Potential Method Calls

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

To learn the total number of potential calls to a routine as coded in the source, use the Static Analysis profiler:

  1. Profile the application and get results.

  2. Select the Routines Data category in the Explorer panel.

  3. Locate the routine in the Report panel and look up the Call Count column.

To learn what methods in your application are potentially called most or least often, sort results by the Call Count column in the descending order and check which methods are on top (most frequently called) and at the bottom (least frequently called).

See Also

Exploring an Application's Source Code
Best Practices and How to Tutorials
Know the Number of Entries Into a Method
Check What Methods Were Executed

Highlight search results