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 ![]() 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. |