Click on the Performance link available in Analysis Results View to display performance data.

The Performance viewer is divided into two views:
The following table explains the fields of the Summary table.
| Field | 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. |
When you double-click in Details pane on a call site, it opens (if available) the source file and highlights the call-site line. If the source is not available, you can Locate the file.
The below table describes the fields of the Details table. You cannot sort the columns of this table.
| Field | 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. |
The table below lists the buttons available in the Summary table of the Performance viewer.
| Name | Button | Description |
|---|---|---|
| Previous Function | ![]() |
Allows you to view the details of the previous function that was selected in the bottom view before the currently selected function. Click it to view the details of the previous function. |
| Next Function | ![]() |
Allows you to view the details of the next function that was selected in the bottom view. NOTE: The Previous and Next buttons are contextual and go to previous/next function according to the history of selections. So if you select a single line in the view, these buttons will be disabled because there is no history. |
| Export | |
Allows you to export the performance data of both top and bottom views in a CSV file. Click the button and select the Export the statistics above option to export the details of the top view or the Export the statistics below option to export the details of the bottom view respectively. |
| Configure Table | ![]() |
Allows you to show and hide column(s) of the performance data. Click the button and select the Configure Columns for Summary Table option to show/hide columns of the top view or the Configure Columns for Details Table option to show/hide columns of the bottom view. The Drag and drop to order columns dialog box appears in which you can check/clear the checkboxes corresponding to the available columns to show/hide them in the Performance viewer. |