Reference Count Profiler - Call Tree 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 Report panel displays results for each interface object that existed when the results were generated. If you select a Report panel row that corresponds to an object, the Call Tree panel represents the hierarchy of routines used to create or delete references.

The Call Tree panel contains the following columns:

Columns (in alphabetical order) Description
Routine Hit Count on Enter The routines’ call number that signifies when it was placed in the stack.
Module Name The name of the module containing the routine.
RefCount Change The number by which the reference counter was modified.
Routine The name of the routine.
Source File The name of the source file for the routine. The values for this column are read from the application’s debug info. If the debug info does not contain information on the file name, the column is empty.
Source Line If the stack information is collected by routines during the profiling (that is, if the Routines only option corresponding to the desired stack area is selected), the column specifies the number of the source code line where the routine’s implementation begins.

If the Collect info about lines option that corresponds to the desired stack area is selected, the column specifies the number of the source code line where the method that creates or deletes an object reference was called.

The values for this column are read from the application’s debug info. If the debug info does not contain information on the file name, the column is empty.


See Also

Reference Count Profiler
Arranging Columns, Lines and Panels

Highlight search results