Modules View

The Modules view lists the modules of the profiling data. Each module is the root node of a hierarchical tree. The profiled functions of the module are listed underneath the module node. If the profiling data was collected using the sampling method, line information is listed underneath the function node and instruction pointer data is listed underneath the line node.

Expand or collapse the module name to display or close the view of module performance data.

To add or remove columns, right-click in thereport window, and then select Add/Remove Columns. You can sort the data by clicking a column name. For more information, see How to: Customize Profiling Tools Report Views.

The columns that are available in the Modules view depend on the profiling method (sampling or instrumentation) that was used to collect the data, and whether .NET memory data was collected in the profiling run.

See Also

Reference

Modules View - Profiler Sampling Data

Modules View - Profiler Instrumentation Data

Modules View - Profiler .NET Memory Instrumentation Data

Modules View - Profiler .NET Memory Sampling Data