Source Files Category

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

When the Source Files category is selected in the Explorer panel, the Report panel displays profiling results for source files of your application. For each file it displays the following values:

Columns (in alphabetical order) Description
% of Total Samples The percentage of samples collected for the routines, whose code the source file contains, against the total number of all the samples collected for your application. You can find the total count of collected samples in the Summary panel. If you are viewing results for an individual thread, the total number is collected for all the routines called in that thread. If you are viewing results for all threads, this is the sum for the functions executed in all the threads.

Note that the sum of these values can be less than 100% because some samples can be collected for code that is not in your application (for instance, for system code).

File Name The name of the source file.
Sample Count The number of samples collected for the routines whose source code is in the source file. This value is the sum of the Sample Count results of all profiled routines that belong to the source file. If you are viewing results for an individual thread, this is the sum for all the routines called in that thread. If you are viewing results for all threads, this is the sum for the functions executed in all the threads.

See Also

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

Highlight search results