インテル® VTune™ Amplifier 2018 ヘルプ

no-summary

Suppress summary report generation.

GUI Equivalent

Window: Summary - Hotspots

Syntax

-no-summary

-summary

Default

A Summary report is generated and sent to stdout after performing a collect or collect-with action.

Actions Modified

collect

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*:

$ amplxe-cl -collect hotspots -no-summary -- C:\test\sample.exe

On Linux*:

$ amplxe-cl -collect hotspots -no-summary -- home/test/sample

関連情報