Resource Profiler - Report Panel (Objects Category)

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

When the Objects category is active in the Explorer panel, the Report panel shows information about resource instances that exist at the moment that the results are generated. The panel contains the following columns:

Columns (in alphabetical order) Description
# The creation number of the given resource instance.
Address Memory address at which the resource instance was allocated.
Class Name Name of the resource type (Registry, Menu, Handle, Bitmap, etc.).
Get # The ordinal number of the Get Results command that generated the current result set. For instance, if you pressed  Get Results two times during the profiler run, you will get three result sets (the third will be generated after the application closes) with numbers 1, 2 and 3. The Get # value in all the records of the first result set will be 1; in the second result set this column will display 2 and in the third result set the column will display 3.

The Get # column is used for comparison purposes. It lets you easily see which resource instances were created or deleted between two result generations.

Image The icon that indicates the category of the given resource instance.
Module Name Name of the module from which a Win32 API function that allocates resources was called.
Object Name Name of the resource instance. It is formed as Class Name + period + number. For example, Bitmap.3 means the third Bitmap resource instance that was created after the profiling started.
Size Size of the resource instance in bytes.
Thread Specifies the thread where the allocation routine of the resource instance was called.

See Also

Resource Profiler - Overview

Highlight search results