data-transfer-page-size
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
Run a Trip Counts and FLOP analysis. Enable data
transfer simulation with 512-bites memory page size .
$
advisor --collect=tripcounts --project-dir=./advi --flop
--enable-data-transfer-analysis --data-transfer-page-size=512 --
myApplication