Modules Category

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

When the Modules category is selected in the Explorer panel, the Report panel displays profiling results for each module of your application. It shows the following information for each module:

Columns (in alphabetical order) Description
% of Total Samples The percentage of samples collected for the functions of the module against the total number of all the collected samples. If you are viewing results for an individual thread, this is the total number of samples collected for the thread. If you are viewing results for all application threads, this is the total number of samples collected for all the threads. You can find these total numbers in the Summary panel.

Note that the sum of these values can be less than 100% because some samples are collected for the code that does not belong to the modules included in your project. Typically, this is some system code that is executed before or after your code.

Module Name The name of the module.
Sample Count The number of samples collected for the routines of the module. This value is the sum of the Sample Count results of all profiled routines, which the module contains. If you are viewing results for all application threads, this is the sum for the module’s routines executed in all the threads. If you are viewing results for an individual thread, this is the sum for the module’s routines that were called in that thread.

See Also

Sampling Profiler - Report Panel
About the Report Panel
Results of the Modules Category

Highlight search results