Know the Number of Entries Into a Method

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

To determine the number of entries into a method, do the following:

  1. Profile your application with the Performance or Coverage profiler and get profiling results.

  2. Select the Routines category in the Explorer panel.

  3. In the Report panel, find the desired method and view the number of calls to this method in the Hit Count column.

If you need to know the total number of potential calls to a routine as coded in the source, use the Static Analysis profiler (see Find the Number of Potential Method Calls).

See Also

Performance Profiling
Best Practices and How to Tutorials
Find the Number of Potential Method Calls
Performance Profiler - Overview
Coverage Profiler - Overview

Highlight search results