Resource Profiler - Details Panel (Objects Category)

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

If the Objects category is selected in the Explorer panel, the Details panel contains the stack of function calls that led to allocation of the resource instance selected in the Report panel (the API function that allocated the given resource instance is at the top of the call stack).

Note: If the call stack is empty, most likely, you have not added any elements to the Collect Stack Information pane or you have not selected any stack area in this pane. For more information, see Specifying Modules to Be Included Into the Call Stack.

Another possible reason is the absence of debug information for profiled modules that have been added to the Collect Stack Information pane. For more information, see How AQTime Profilers Use Metadata and Debug Information.

The call stack information is shown in the grid that has the following columns:

Columns (in alphabetical order) Description
Class Name The name of the object class containing the routine.
Module Name The name of the module containing the routine.
Routine Name Name of the routine.
Source File Name of the source file for the routine. The values for this column are read from the application’s debug info. If debug info does not contain information on the file name, the column is empty.
Source Line Source file’s line number where the routine’s implementation begins. The values for this column are read from the application’s debug info.
Unit Name The name of the unit that stores the routine’s code.

See Also

Resource Profiler - Overview
Resource Profiler - Report Panel Columns
Details Panel

Highlight search results