Intel® Advisor Help

interval

Specify a time to wait between each sample in milliseconds for this collection.

GUI Equivalent

Tab Project Properties - Analysis Target

Project Properties: Analysis Target tab > Advanced > Sampling interval

Syntax

-interval <value>

Arguments

Argument
Description
<value>

The number of milliseconds between sampling (sampling interval).

Default

OFF

The default sampling interval used for the collect action is 10 milliseconds. This value can also be influenced by the target-duration-type option.

Actions Modified

collect with either the suitability or survey analysis type

Description

Use the interval option to specify the sampling interval, in milliseconds. You can also influence the sampling interval by specifying the target-duration-type.

Example

In this example, data collection by the Suitability tool occurs at 200 millisecond intervals.

 $ advixe-cl -collect suitability -interval 200 -- home/test/sample

See Also