Intel® Advisor Help
Analyze potential data reuse between code regions.
Analysis Workflow > Offload Modeling > Performance Modeling > Data Reuse Analysis
--data-reuse-analysis --no-data-reuse-analysis |
Off (no-data-reuse-analysis)
collect=offload
collect=tripcounts --enable-data-transfer-analysis
collect=projection
With collect=offload, this option automatically applies the data-reuse-analysis option to all analyses it runs.
With collect=tripcounts and collect=projeciton, 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 --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 --project-dir=<project-dir>
Run the Offload Modeling with data reuse analysis using a collection preset.
advisor --collect=offload --data-reuse-analysis --project-dir=./advi_results
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 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 --project-dir=./advi_results