Reference Count Profiler - Report Panel (Classes Data Category)

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

When this category is active, the Report panel shows information about interface classes created during the application runtime. All classes that implement the IUnknown interface are listed in the Report panel, even if all class instances were destroyed at the moment the results are generated. The panel contains the following columns:

Columns (in alphabetical order) Description
Class Name The name of the class.
Live Count The number of objects that currently exist in memory.
Live Size The size of the currently existing objects (in bytes).
Module Name The name of the module in which the class is defined.
Peak Created The maximum number of concurrent objects reached during the run.
Peak Size The maximum size of concurrent objects reached during the run (in bytes).
Total Created The total number of objects that were created during the application run.
Total Size Memory needed for all the objects that were created during the run.

See Also

Reference Count Profiler
About the Report Panel

Highlight search results