Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

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

Document Table of Contents

memory-operation-type

Model only load memory operations, store memory operations, or both, in a Roofline interactive HTML report.

GUI Equivalent

Roofline > Default: FLOAT > Memory Operation Type

Syntax

--memory-operation-type=<string>

Arguments

<string> is one of the following: load | store | all

Default

all

Actions Modified

report=roofline

Example

Generate a Roofline interactive HTML report. Show only load memory operations.

advisor --report=roofline --memory-operation-type=load --project-dir=./advi_results

See Also