The Performance profiler results are divided into three categories: Routines, Modules and Source Files. When the Modules category is selected in the Explorer panel, each row in the Report panel corresponds to a single module of your application.
Below is a sample output of Performance profiler results displayed in the Modules category:
Every row in the Report panel holds results for an individual module:
- Module names are specified in the Module Name column.
- The Hit Count and Skip Count columns show the number of routine calls that were profiled and excluded from the profiling respectively.
- There are also several columns that depend on the active counter (like Time or Misses). For information on what columns are available, see the Report panel's description.
For a detailed description of the available columns, see the Performance Profiler Panels Reference.
See Also
Performance Profiler - Overview
Analyzing Profiler Results
Calculating Percent in the Report Panel
Comparing Results
Merging Results
Profiling .NET Applications - Specifics