Check What Methods Were Executed

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

To check what methods of your application were executed during the application run, do the following:

  1. Run the Coverage profiler and get results.

  2. Select the Routines category in the Explorer panel.

  3. Examine the Report panel:

    • All executed routines are marked with green dots in the Mark column while unexecuted ones are marked with red dots. The Hit Column displays how many times each routine was executed.

    • If a routine was profiled at line level, green dots indicate that all of the method’s lines were executed, red dots indicate that no line was executed and yellow dots - that some lines were executed and some were not. The Details panel holds line coverage results for the selected routine.

To check what routines were executed during the application run, you can also use the Function Trace, the Performance or the Sampling profiler. See Trace Executed Functions.

See Also

Coverage Profiling
Best Practices and How to Tutorials
Trace Executed Functions

Highlight search results