Intel® Advisor Help
Specify time interval, in milliseconds, between GPU samples during Survey analysis.
Project Properties > Analysis Target > Survey Hotspots Analysis > Advanced > GPU sampling interval
--gpu-sampling-interval=<double> |
<double> is the number from 0.1 to 10 milliseconds between GPU samples.
1
GPU profiling is applicable only to Intel® Processor Graphics.
This option may affect the performance of your application on the CPU side. Increasing the wait time between samples can decrease collection overhead.
Run a Survey analysis. Enable GPU profiling and increase the GPU sampling interval to 3 ms.
advisor --collect=survey --profile-gpu --gpu-sampling-interval=3 --project-dir=./advi_results -- ./myApplication