Resource Profiler - Report Panel (Classes Data Category)

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

When the Classes Data category is active in the Explorer panel, the Report panel shows information about resource types, whose instances exist at the moment the results are generated. This means, that if a resource instance was created and destroyed before the results were generated then it is not shown in the Report panel.

The panel contains the following columns:

Columns (in alphabetical order) Description
Class Name Name of the resource type (Registry, Menu, Handle, Bitmap, and so on).
Image The icon that indicates the category of resources of the given type.
Live Count Number of resource instances that currently exist in memory.
Live Size The size of currently existing resource instances (in bytes).
Module Name Name of the module from which a Win32 API function that allocates resources was called.
Peak Created Maximum number of concurrent resource instances reached during the run.
Peak Size Maximum size of concurrent resource instances reached during the run (in bytes).
Total Created Total number of resource instances that were created during the application run.
Total Size Memory needed for all the resource instances that were created during the run.

See Also

Resource Profiler - Overview

Highlight search results