data-transfer-histogram
data-transfer-histogram
Estimate data transfers in details
and latencies for each transferred object.
Syntax
--data-transfer-histogram
--no-data-transfer-histogram
Default
Off (no-data-transfer-histogram)
Actions Modified
collect
=projection
--track-memory-objects
Usage
Use with the
--track-memory-objects
option.
- 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 -stackwalk-mode=online --static-instruction-mix --project-dir=./advi -- myApplication
$ advisor --collect=tripcounts --flop --enable-data-transfer-analysis --project-dir=./advi -- myApplication
$ advisor --collect=projection --track-memory-objects --track-memory-objects --project-dir=./advi