To determine the number of entries into a method, do the following:
-
Profile your application with the Performance or Coverage profiler and get profiling results.
-
Select the Routines category in the Explorer panel.
-
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