Coverage Profiler - Report Panel (Source Files Category)

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

When the Source Files category is active in the Explorer panel, the Report panel shows profiling results for source files.

The panel holds the following columns:

Columns (in the alphabetical order) Description
File Name Name of the source file.

The source file name is read from the application’s debug info. If debug info does not contain information on the file name, the column is empty.

Hit Count The number of routine calls that were profiled. See also Skip Count. This value is the sum of the Hit Count results of all profiled routines that belong to the given source file or module.
Skip Count The number of times the routines were excluded from the profiling because the profiling status was off (This can be, for example, the number of times the routines were affected by off-triggers). This value is the sum of the Skip Count results of all profiled routines that belong to the given source file or module.
% Covered The percentage of covered lines against the total number of lines in the routines that belong to the source file (module). Partially executed lines are counted according to the Mark partially executed lines as option value.

See Also

Coverage Profiler - Report Panel
About the Report Panel
Results of the Source Files Category

Highlight search results