Profiler Sampling Method Data Views
This section contains reference information for the views and reports of profiler data files that were generated by using the sampling method.
In This Section
Summary View - Profiler Sampling Data
Lists the functions that were executing most frequently when samples were collected and the functions that were performing the most individual work.Call Tree View - Profiler Sampling Data
Displays the execution paths of functions in a hierarchial tree.Modules View - Profiler Sampling Data
Organizes profiling data by module, and lists the functions, source code lines, and instructions that were executing when samples were collected.Caller / Callee View - Profiler Sampling Data
Displays profiling data for a selected function and the functions that called and were called by the selected function.Functions View - Profiler Sampling Data
Organizes profiling by function, and lists the functions that were executing when samples were collected.Lines View - Profiler Sampling Data
Lists the source code lines that were executing when samples were collected.Instruction Pointers (IPs) View - Profiler Sampling Data
Lists the source code lines that were executing when samples were collected.
Reference
Process View
Lists process and thread start and end times.Marks View
Lists profiling marks inserted into profiling data file.
Related Sections
Profiler Instrumentation Method Data Views
Reference information for the views and reports of profiler data files that were generated by using the instrumentation method.Profiler .NET Memory Data Views
Reference information for the views and reports of profiler data files that include .NET memory data.