Intel® Advisor Help
Specify memory page size to set the traffic measurement granularity for the data transfer simulator.
--data-transfer-page-size=<integer> |
<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
4096
collect=tripcounts --enable-data-transfer-analysis
collect=tripcounts --data-transfer=<mode>
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