Intel® Advisor User Guide

ID 766448
Date 3/22/2024
Public
Document Table of Contents

interval

Set the length of time (in milliseconds) to wait before collecting each sample during Survey analysis.

GUI Equivalent

Project Properties > Analysis Target > Survey Hotspots Analysis > Advanced > Sampling interval

Syntax

--interval=<integer>

Arguments

<integer> is the number of milliseconds between sampling (sampling interval).

Default

10

Actions Modified

collect=survey

Usage

Increasing the wait time between each analysis collection sample can decrease collection overhead.

Example

Run a Survey analysis. Increase the sampling interval to 20 milliseconds.

advisor --collect=survey --interval=20 --project-dir=./advi_results -- ./myApplication

See Also