Intel® Advisor User Guide

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

duration

Specify the maximum amount of time (in seconds) an analysis runs.

GUI Equivalent

Project Properties > Analysis Target > [Analysis Type] > Advanced > Automatically stop collection after (sec)

Syntax

-d=<string>

--duration=<string>

Arguments

<string> is maximum number of seconds or unlimited.

Default

unlimited

Actions Modified

collect

Usage

The target application also stops executing when the analysis stops running.

Example

Stop a Survey analysis after 60 seconds.

advisor --collect=survey --duration=60 --project-dir=./advi_results

See Also