Instrumentation Method Data Views

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

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

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

Call Tree View
Displays the execution paths of functions in a hierarchical tree.

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

Caller/Callee View - Instrumentation Data
Displays profiling data for the parent and child functions of a selected function.

Functions View
Lists profiling data by function.

Reference

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

Process View
Lists process start, end, and lifetime time for all processes that wer profiled.

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

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

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

See Also

Understanding Instrumentation Data Values