Visible to Intel only — GUID: GUID-1B52115D-6AFA-4DE9-A1D9-1C42D32E8A8E
Visible to Intel only — GUID: GUID-1B52115D-6AFA-4DE9-A1D9-1C42D32E8A8E
no-summary
Suppress summary report generation.
GUI Equivalent
Syntax
-no-summary |
-summary |
Default
A Summary report is generated and sent to stdout after performing a collect or collect-with action.
Actions Modified
Description
When performing certain actions, such as collect or collect-with, a Summary is generated and sent to stdout by default. To suppress this, use the no-summary option when performing data collection. This can save time and system resources when analyzing large applications.
Example
This example runs the Hotspots analysis for the sample application without generating a summary report.
On Windows*:
vtune -collect hotspots -no-summary -- C:\test\sample.exe
On Linux*:
vtune -collect hotspots -no-summary -- /home/test/sample