To view performance data:
The data source is listed under the project name.
The Performance viewer appears.
The Performance viewer is divided into two views:
| Name | Description |
|---|---|
| Function Name | Name of the function that has executed. |
| Num Calls | Number of times the function has executed. |
| Inclusive | Cumulative metric count during execution time spent from function entry to exit. |
| Min Inclusive | Minimum metric count during execution time spent from function entry to exit. |
| Max Inclusive | Maximum metric count during execution time spent from function entry to exit. |
| Avg Inclusive | Average metric count during execution time spent from function entry to exit. |
| Percent Inclusive | Percentage of total metric count spent from function entry to exit. |
| Exclusive | Cumulative metric count during execution time spent within function. |
| Min Exclusive | Minimum metric count during execution time spent within function. |
| Max Exclusive | Maximum metric count during execution time spent within function. |
| Avg Exclusive | Average metric count during execution time spent within function. |
| Percent Exclusive | Percentage of total metric count spent within function. |
| Percent Total Calls | Percentage of the calls to the function compared to the total calls. |
| Code Size | Number of bytes required by each function. |
| Name | Description |
|---|---|
| Caller | Name of the calling function. |
| Callee | Name of the function that is called by the calling function. |
| Num Calls | Number of times the caller called the callee. |
| Inclusive | Cumulative metric count during execution time spent from function entry to exit. |
| Min Inclusive | Minimum metric count during execution time spent from function entry to exit. |
| Max Inclusive | Maximum metric count during execution time spent from function entry to exit. |
| Avg Inclusive | Average metric count during execution time spent from function entry to exit. |
| Percent Callee | Percent of total metric count during the time the selected function is the caller of a specific callee. The data is also shown in the Caller pie chart. |
| Percent Caller | Percent of total metric count during the time the selected function is the callee of a specific caller. The data is also shown in the Callee pie chart. |
| Call Site | Address from where the function was called. |
You can move the columns to the left or right of another column depending on your requirements by dragging and dropping. You can perform the Export and Configure table actions on the performance data similar to critical code data. You can also view the previous and next functions of the performance data using the icons available in the lower section of the Performance viewer.