Instrumentation method data views

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. 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

This section contains reference information for the views and reports of profiler data files that were generated by using the instrumentation method.

In this section

Lists the functions that consumed the most time and the functions that did the most individual work.

Displays the execution paths of functions in a hierarchical tree.

Organizes profiling data by module, and lists profiling data for the functions in the module.

Displays profiling data for the parent and child functions of a selected function.

Lists profiling data by function.

Reference

Displays a graphical chart of the relationship between a selected function and the functions that called and were called by the selected function.

Lists process start, end, and lifetime time for all processes that were profiled.

Reference information for the views and reports of profiler data files that were generated by using the sampling method.

Reference information for the views and reports of profiler data files that include .NET memory data.

Reference information for the views and reports of profiler data files that were generated by using the thread contention method.

See also