Intel® Advisor Help
Count the number of accesses to memory objects created by code regions.
--count-memory-objects-accesses --no-count-memory-objects-accesses |
Off (no-count-memory-objects-accesses)
collect=projection --data-reuse-analysis
Use as one of the following:
advisor --collect=tripcounts --flop --data-transfer=full --project-dir=<project-dir> -- <target-application>
advisor --collect=projection --data-reuse-analysis --count-memory-objects-accesses --project-dir=<project-dir>
advisor --collect=tripcounts --flop --enable-data-transfer-analysis--data-reuse-analysis --project-dir=<project-dir> -- <target-application>
advisor --collect=projection --data-reuse-analysis --count-memory-objects-accesses --project-dir=<project-dir>
With the full data transfer analysis:
Run the Survey analysis.
Run Trip Counts and FLOP analyses of the Characterization stage with the full data transfer analysis.
Analyze data reuse and count the number of accesses to memory objects when modeling your application performance.
advisor --collect=survey --static-instruction-mix --project-dir=./advi_results -- ./myApplication
advisor --collect=tripcounts --flop --data-transfer=full --project-dir=./advi_results -- ./myApplication
advisor --collect=projection --data-reuse-analysis --count-memory-objects-accesses --project-dir=./advi_results