User Guide

Intel® VTune™ Profiler User Guide

ID 766319
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

no-summary

Suppress summary report generation.

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

vtune -collect hotspots -no-summary -- C:\test\sample.exe

On Linux*:

vtune -collect hotspots -no-summary -- /home/test/sample