Modules View

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

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 by 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 the report window, and then select Add/Remove Columns. You can sort the data by clicking a column name. For more information, see How to: Customize Report View Columns.

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

Modules View
Modules View
Modules View - Instrumentation
Modules View - Sampling
Modules View