インテル® VTune™ Amplifier 2018 ヘルプ
Suppress summary report generation.
-no-summary |
-summary |
A Summary report is generated and sent to stdout after performing a collect or collect-with action.
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.
This example runs the Hotspots analysis for the sample application without generating a summary report.
On Windows*:
$ amplxe-cl -collect hotspots -no-summary -- C:\test\sample.exe
On Linux*:
$ amplxe-cl -collect hotspots -no-summary -- home/test/sample