After the profiling run is over, AQTime displays detailed information about profiling results. The following sections provide a brief overview of results and panels that hold them and describe how to find unused units and units that refer to them.
Viewing Summary Profiling Results
The Unused VCL Units profiler analyzes the source code of all units to which your application has references and determines which of these units your application does not use. Brief profiling results are displayed in the Summary panel:
Viewing Detailed Information
The Report and Details panels display detailed information on used and unused units. The Report panel lists all units imported by the application and marks units that AQTime assumes to be unused. Here is sample output of the Unused VCL Units profiler:
The Importing User Units column of the Report panel displays the number of user units that refer to the chosen unit. If the columns’ values are zero, the selected unit is imported indirectly (by another standard unit), otherwise, the unit name appears in the uses
section of your application sources.
Viewing Additional Information
A complete list of units (both user units and standard ones) that refer to the unit selected in the Report panel is displayed in the Details panel:
If the profiler recognizes a unit as unused, you can remove references to it from all user units shown in the panel. To explore the unit’s source code, double-click its name in the Report or Details panel and switch to the Editor panel.
See Also
Unused VCL Units Profiler
Unused VCL Units Profiler - Overview
Unused VCL Units Profiler - Report Panel
Unused VCL Units Profiler - Details Panel