Visible to Intel only — GUID: GUID-B87696F6-9B61-424C-AFA4-D7F2BDB7C6A8
Visible to Intel only — GUID: GUID-B87696F6-9B61-424C-AFA4-D7F2BDB7C6A8
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