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

data-limit

Limit the amount of raw data (in MB) to be collected.

GUI Equivalent

Configure Analysis window > WHAT tab > Result size from collection start, MB option

Syntax

-data-limit=<integer>

Arguments

<integer>

Size of collected data (in MB)

Default

<integer>

The default limit of collected data is set to 500 MB.

Actions Modified

collect, collect-with

Description

Use the data-limit action-option to limit the amount of raw data (in MB) to be collected. Zero data limit means no limit for data collection.

Alternate Options

ring-buffer
Limit the amount of raw data (in sec) to be collected.

Example

Perform a Hotspots analysis and limit the size of collected data to 200MB.

 vtune -collect hotspots -data-limit=200 myApp