When the Classes Data category is selected, the Report panel shows information on classes whose instances can potentially be created in the profiled application. The panel contains the following columns:
Columns (in alphabetical order) | Description |
---|---|
Call Count | The number of calls to the class methods in the source. |
Callee Class Count | The number of classes whose methods are called by methods of the given class. |
Callee Count | The number of calls to other routines coded in the class source. |
Caller Class Count | The number of classes whose methods call methods of the given class. |
Class Name | Name of the class. |
Finalizable | Specifies whether the class overrides the Finalize method (C# and Visual C++ .NET use the destructor syntax for Finalize ). |
Module Name | Name of the executable module where the class is defined. |
Namespace | Name of the namespace to which the class belongs. This column is only used for managed routines. |
Routine Count | The number of methods in the class. |
Token | CLR token of the class. |
See Also
Static Analysis Profiler - Report Panel
Static Analysis Profiler Panels Reference
Static Analysis Profiler Results
Static Analysis Profiler