Intel® Advisor User Guide

ID 766448
Date 11/07/2023
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 maximum amount (in MB) of raw data collected during Survey analysis.

GUI Equivalent

Project Properties > Analysis Target > Survey Hotspots Analysis > Advanced > Collection data limit

Syntax

--data-limit=<integer>

Arguments

<integer> is the maximum collection size, in MB.

Default

500

Actions Modified

collect=survey

Usage

This option is useful if you have storage space limitations. A smaller value can also decrease collection overhead.

Example

Run a Survey analysis. Stop data collection when a 250-MB limit is reached or upon normal completion.

advisor --collect=survey --data-limit=250 --project-dir=./advi_results -- ./myApplication

See Also