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.

Document Table of Contents

trace-mode

Set how to trace loop iterations during Memory Access Patterns analysis.

Syntax

--trace-mode=<string>

Arguments

<string> is one of the following:

Argument

Description

full

Trace all loop iterations.

linear

Trace loop iterations using linear step.

fibo

Trace loop iterations in Fibonacci sequence.

Default

fibo

Actions Modified

collect=map

Usage

Specifying a less extensive tracing method can decrease collection overhead.

Example

Run a Memory Access Patterns analysis on the specified loops. Trace all loop iterations.

advisor --collect=map --mark-up-list=3,4,5 --trace-mode=full --project-dir=./advi_results -- ./myApplication

See Also