Functions View - Profiler Sampling Data
The Functions report view for the sampling profile method lists the functions that were sampled during the profiling run.
Column |
Description |
---|---|
Process ID |
The process ID (PID) of the profiling run. |
Process Name |
The name of the process. |
Module Name |
The name of the module that contains the function. |
Module Path |
The path of the module that contains the function. |
Source File |
The source file that contains the definition for this function. |
Function Name |
The fully qualified name of the function. |
Function Line Number |
The line number of the start of this function in the source file. |
Function Address |
The address of the function. |
Inclusive Samples |
The total number of samples collected when this function was executing, that is, the number of samples collected when this function was on the call stack. The number includes samples collected when functions called by this function were executing. |
Inclusive Samples % |
The percentage of all samples in the profiling run that were inclusive samples of this function. |
Exclusive Samples |
The total number of samples collected when code in the body of this function was executing, that is, when this function was on the top of the call stack. Samples that were collected in functions that were called by this function are not included. |
Exclusive Samples % |
The percentage of all samples in the profiling run that were exclusive samples of this function. |
See Also
Tasks
How to: Customize Profiling Tools Report Views
Reference
Functions View - Profiler .NET Memory Instrumentation Data