When the Routines Data category is selected in the Explorer panel, the Report panel displays results for routines. The Details panel contains additional information on routine calls for the routine that is currently selected in the Report panel.
The panel has two panes: Parents and Children. The Parents pane lists all the routines used in the application's source code that call the currently selected routine. The Children pane contains routines that are called by the selected routine.
Below is a description of the panes' columns (both panes have the same set of columns):
Columns (in alphabetical order) | Description |
---|---|
Call Count | The number of times the routine that is selected in Report called the given child routine or is called by the given parent routine. |
Class Name | Name of the class to which the given routine belongs. |
Code Type | Type of the routine’s code. The following values are possible:
|
Module Name | Name of the executable module where the routine is defined. |
Namespace | Name of the namespace to which the routine’s class belongs. |
Routine Name | Name of the given routine. |
Source File | Name of the source file for the routine. If debug info does not contain information on the file name, the column is empty. |
Source Line | The source files line number where the routine’s implementation begins.
|
Token | The routine’s CLR token. |
Unit Name | Name of the compiled linkage unit. |
Note: | The panes of the Details panel have the same set of columns as the panes of the Call Tree panel do. |
See Also
Static Analysis Profiler - Details Panel
Static Analysis Profiler Panels Reference
Static Analysis Profiler Results
Static Analysis Profiler