Functions View
The Function view lists functions called during profiling. By default, functions are grouped by the module they are in. To view functions in a list, right-click in the Function View surface area, and then click Group by Module. To add or remove columns, right-click the Function view surface area, and then click Add/Remove Columns. Additionally, you can sort the data by clicking a column name. The following table lists Functions view columns in alphabetical order:
Column Name | Description |
---|---|
Application Exclusive Time |
Calculated time for a function or summary item that excludes samples that contain transition events, time from collection probes, and the time of subroutines called by the function. |
Application Inclusive Time |
Calculated time for a function or summary item that excludes samples that contain transition events and time from collection probes, but includes the application time of subroutines called by the function. |
Elapsed Exclusive Time |
Calculated time for a function or summary item that includes samples that contain transition events, and excludes time from collection probes and the elapsed time of subroutines called by the function. |
Elapsed Inclusive Time |
Calculated time for a function or summary item that includes samples that contain transition events and time from subroutines called by the function, but excludes time from collection probes. |
Exclusive Allocations |
Allocations in a function excluding all other allocations in subroutines that it called |
Exclusive Allocations Percent |
([Allocations in a function excluding all other allocations in subroutines that it called] / [Total number of exclusive allocation that occurred during profiling]) * 100 |
Exclusive Bytes Allocated |
Bytes allocated in a function excluding all other byte allocations in subroutines that it called |
Exclusive Bytes Percent |
(Bytes allocated in a function / total bytes ) * 100 |
Exclusive Percent |
([Exclusive samples for the function] / [Total exclusive samples taken during profiling]) * 100 |
Exclusive Samples |
Total number of performance data collected for the function excluding performance data for other functions that were called by it. |
Function Address |
Function address in hexadecimal format. |
Function Name |
Name of the function. |
Inclusive Allocations |
Allocations in a function including all allocations in subroutines that it called |
Inclusive Allocations Percent |
([Allocations in a function including all allocations in subroutines that it called] / [Total number of inclusive allocation that occurred during profiling]) * 100 |
Inclusive Bytes Allocated |
Bytes allocated in a function including all other byte allocations in subroutines that it called |
Inclusive Bytes Percent |
(Bytes allocated in a function and all other subroutines that it called / total bytes ) * 100 |
Inclusive Percent |
([Inclusive samples for the function] / [Total inclusive samples taken during profiling]) * 100 |
Inclusive Samples |
Total number of performance data collected for the function including performance data for other functions that were called by it. |
Line Number |
Location of the start of the function in the source file. |
MAX Elapsed Exclusive Time |
The greatest elapsed exclusive clock time (processor cycles), or performance counter value for any one instance of this function that was called by the parent function in the call tree. |
MAX Application Exclusive Time |
The maximum single application exclusive clock time (processor cycles), or performance counter value for any one instance of this function that was called by the parent function in the call tree. |
MAX Elapsed Inclusive Time |
The greatest elapsed inclusive clock time (processor cycles), or performance counter value for any one instance of this function that was called by the parent function in the call tree. |
MAX Application Inclusive Time |
The greatest application inclusive clock time (processor cycles), or performance counter value for any one instance of this function that was called by the parent function in the call tree. |
MIN Elapsed Exclusive Time |
The least elapsed exclusive clock time (processor cycles), or performance counter value for any one instance of this function that was called by the parent function in the call tree. |
MIN Application Exclusive Time |
The minimum application exclusive clock time (processor cycles), or performance counter value for any one instance of this function that was called by the parent function in the call tree. |
MIN Elapsed Inclusive Time |
The least elapsed inclusive clock time (processor cycles), or performance counter value for any one instance of this function that was called by the parent function in the call tree. |
MIN Application Inclusive Time |
The least application inclusive clock time (processor cycles), or performance counter value for any one instance of this function that was called by the parent function in the call tree. |
AVG Elapsed Exclusive Time |
The average elapsed exclusive clock time (processor cycles), P6 performance or user-defined counter value for all instances of the function in the specified data range. |
AVG Application Exclusive Time |
The average application exclusive clock time (processor cycles), P6 performance or user-defined counter value for all instances of this function in the specified data range. |
AVG Elapsed Inclusive Time |
The average elapsed inclusive clock time (processor cycles), P6 performance or user-defined counter value for all instances of the function in the specified data range. |
AVG Application Inclusive Time |
The average application inclusive clock time (processor cycles), P6 performance or user-defined counter value for all instances of the function in the specified data range. |
% Elapsed Exclusive Time |
The percentage of the total global clock time (processor cycles), or performance counter values of the specified data segment that was spent in the elapsed exclusive time of all instances of the function in this context. |
% Application Exclusive Time |
The percentage of the total global clock time (processor cycles), or performance counter values of the specified data segment that was spent in the application exclusive time of all instances of the function in this context. |
% Elapsed Inclusive Time |
The percentage of the total global clock time (processor cycles), or performance counter values of the specified data segment that was spent in the elapsed inclusive time of all instances of the function in this context. |
% Application Inclusive Time |
The percentage of the total global clock time (processor cycles), or performance counter values of the specified data range that was spent in the inclusive time of all instances of the function in this context. |
% Time Exclusive Probe Overhead |
The percentage of the global clock time (processor cycles), or performance counter values for the specified data range that is attributed to profiling probes in the exclusive time of all instances of this function that were called by the parent function in the call tree. |
% Time Inclusive Probe Overhead |
The percentage of the global clock time (processor cycles), or performance counter values for the specified data range that is attributed to profiling probes in the inclusive time of all instances of this function that were called by the parent function in the call tree. |
Exclusive Transitions |
The number of transition events that occurred in all instances of this function, excluding functions called by the function. |
Inclusive Transitions |
The number of transition events that occurred in all instance of this function, including functions called by the function. |
Exclusive Transitions Percentage |
The percentage of transition events that occurred in the exclusive time of the instances of this function that were called by the parent function in the call tree compared to the total number of exclusive transitions in the data range. |
Inclusive Transitions Percentage |
The percentage of transition events that occurred in the inclusive time of the instances of this function that were called by the parent function in the call tree compared to the total number of inclusive transitions in the data range. |
Root Node Recursive |
Indicates if this function was directly or indirectly called recursively in this context. |
Time Exclusive Probe Overhead |
The total time attributed to profiling probes in the exclusive time of the instances of this function that were called by the parent function in the call tree. |
Time Inclusive Probe Overhead |
The total time attributed to profiling probes in the inclusive time of the instances of this function that were called by the parent function in the call tree. |
Module Name |
Name of the module that contains the function. |
Module Path |
Directory location of the module. |
Number of Calls |
The number of calls made to the instances of this function that were called by the parent function in the call tree. |
Percentage of calls |
The number of instances of this function that were called by the parent function in the call tree as a percentage of the total number of calls to all functions in the specified data range. |
Process ID |
Numeric identifier of the process. |
Process Name |
Name of the process. |
Source File Name |
Name of the source file that contains this function. |
Unique ID |
Hexadecimal number that identifies the function. |
Unique Process ID |
Unsigned integer to track the process. |