Intel® Advisor Help
Estimate data transfers in details and latencies for each transferred object.
Project Properties > Analysis Target > Performance Modeling > Other parameters
--data-transfer-histogram --no-data-transfer-histogram |
Off (no-data-transfer-histogram)
collect=projection
Use as one of the following:
advisor --collect=tripcounts --flop --data-transfer=medium --project-dir=<project-dir> -- <target-application>
advisor --collect=projection --data-transfer-histogram --project-dir=<project-dir>
advisor --collect=tripcounts --flop --enable-data-transfer-analysis--track-memory-objects --project-dir=<project-dir> -- <target-application>
advisor --collect=projection --track-memory-objects--data-transfer-histogram --project-dir=<project-dir>
With the medium data transfer analysis:
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
Model your application performance on a target device and enable data transfer histogram.
advisor --collect=survey --static-instruction-mix --project-dir=./advi_results -- ./myApplication
advisor --collect=tripcounts --flop --data-transfer=medium --project-dir=./advi_results -- ./myApplication
advisor --collect=projection --data-transfer-histogram --project-dir=./advi_results