Coverage Profiler - Details Panel (Source Files Category)

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

If the Source Files category is selected in the Explorer panel and the application was profiled at the line level, the Details panel displays additional results for individual lines of a source file selected in the Report panel.

Each row in the table contains the following profiling results for a source code line:

Columns (in the alphabetical order) Description
Block Count Specifies the number of blocks into which the source code line is divided. For more information, see the description of partially executed lines.
Hit Block Count Specifies the number of the line’s blocks that were called during the profiler run.
Hit Count Specifies how many times the source line was executed during the profiler run.

Note that for lines that constitute several blocks in the compiled code (that is, for lines whose Block Count is more than 1), this value is the total hit count for all blocks corresponding to the line. For more information, see the description of partially executed lines.

Mark Specifies whether the source line was executed. If the line was executed, a green dot is displayed in the Mark column . If the line was not executed, a red dot is displayed in the Mark column. Partially executed lines are marked with yellow dots.

Note that according to the Mark partially executed lines as option, partially executed lines can be counted either as executed or as non-executed.

If the routine was profiled at the routine level, AQTime considers all lines of this routine to be executed (if the routine was called) or unexecuted (if the routine was not called).

Source Line

The line number in the source file.

See Also

Coverage Profiler - Details Panel
Arranging Columns, Lines and Panels
Results of the Source Files Category

Highlight search results