Intel® Advisor Help

target-duration-type

Specify the estimated target execution time for this collection.

GUI Equivalent

Tab Project Properties - Analysis Target

Project Properties: Analysis Target tab > Advanced > Duration time estimate

Syntax

-target-duration-type <string>

Arguments

<string> Estimated length of analysis for this target.

veryshort

Under one minute.

short

From 1 to 15 minutes.

medium

from 15 minutes to 3 hours.

long

More than 3 hours.

Default

short

From 1 to 15 minutes.

Actions Modified

collect with either the suitability or survey analysis type

Description

Use target-duration-type to provide a duration time estimate for this target's execution time. If you specify a very long duration estimate, this can increase the Sampling interval used during data collection to minimize result size. Similarly, specifying a Duration time estimate of Less than one minute can slightly decrease the Sampling interval used.

Example

In this example, the estimate is that data collection by the Suitability tool will occur in more than 3 hours (long) .

 $ advixe-cl -collect suitability -target-duration-type long -- home/test/sample

See Also