Profiler Instrumentation Method Data Views
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 - Profiler Instrumentation Data
Lists the functions that consumed the most time and the functions that did the most individual work.Call Tree View - Profiler Instrumentation Data
Displays the execution paths of functions in a hierarchical tree.Modules View - Profiler Instrumentation Data
Organizes profiling data by module, and lists profiling data for the functions in the module.Caller/Callee View - Profiler Instrumentation Data
Displays profiling data for the parent and child functions of a selected function.Functions View - Profiler Instrumentation Data
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.
Related Sections
Profiler Sampling Method Data Views
Reference information for the views and reports of profiler data files that were generated by using the sampling method.Profiling Tools .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
Concepts
Understanding Instrumentation Data Values in Profiling Tools