Intel® Advisor User Guide

ID 766448
Date 3/31/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-8F3281A9-2C9B-4957-8B3E-2AC50B58336F

Document Table of Contents

loop-filter-threshold

Specify total time, in milliseconds, to filter out loops that fall below this value.

Syntax

--loop-filter-threshold=<integer>

Arguments

<integer> is a total execution time threshold, in milliseconds.

Default

20

Actions Modified

collect=projection

collect=offload

Usage

Use to ignore loop nests with total time less than the threshold.

Example

Ignore loops with total time less than 50 milliseconds when modeling your application performance on a target device.

advisor --collect=projection --loop-filter-threshold=50 --project-dir=./advi_results

See Also