The Summary view opens by default if you collected sampling data using the Clockticks event only.
You can open the Summary view for any sampling Activity that includes the Clockticks event from the Activity result pop-up menu. To do that, select the Activity result from the Tuning Browser, right-click and select Open Summary View... from the pop-up menu.
During data collection, the VTune(TM) Performance Analyzer collects samples of active instruction addresses after the specified number of occurrences of the event(s) and writes them to a file. The Summary view displays the general information on the most active functions based on the focus mode selected in the Sampling: Summary View Preference Options:
Hotspot Summary by Process: If you specify one process as a module of interest, the Summary view shows the most active functions in your application.
Hotspot Summary by User Processes: If you specify several processes as modules of interest, the Summary view shows the most active functions in your processes.
Hotspot Summary by User Modules: If you specify some modules as modules of interest, the Summary view shows the most active functions in your modules.
Hotspot Summary by Whole System: if you don't specify any modules of interest, the Summary view shows the most active functions on your system.
The Summary view provides the following information on the functions with the most processor time:
Column |
Description |
---|---|
Function Name |
Name of the function. Click the function name to drill down to the source view for the function and identify the problem. |
Percentage |
Percentage of samples collected for the Clockticks event for a particular function based on the total number of samples collected in the selected focus mode. |
Module |
Module in which the function resides. Click the module name and drill down to the Hotspot view by Function to view information on all the functions in this module. |
By default, the Summary view displays 5 top critical functions. To change this setting, go to Window> Preferences> VTune(TM) Performance Tools> Sampling> Summary View.
The Sampling view also provides links to additional information on the contents of the view. Click Learn More below to access the same links.