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

data-transfer-page-size

Specify memory page size to set the traffic measurement granularity for the data transfer simulator.

Syntax

--data-transfer-page-size=<integer>

Arguments

<integer> is a power-of-two value in range of 4 to 8192: 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096 | 8192

Default

4096

Actions Modified

collect=tripcounts --enable-data-transfer-analysis

collect=tripcounts --data-transfer=<mode>

Example

Run a Trip Counts and FLOP analysis. Enable data transfer simulation with 512-bites memory page size.

advisor --collect=tripcounts --flop --enable-data-transfer-analysis --data-transfer-page-size=512 --project-dir=./advi_results -- ./myApplication

See Also