gpu-sampling-interval
gpu-sampling-interval
Specify time interval, in
milliseconds, between GPU samples during Survey analysis.
GUI Equivalent
Syntax
--gpu-sampling-interval
=
<double>
Arguments
<double>
is the number from 0.1 to 10 milliseconds
between GPU samples.
Default
1
Usage
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.
Example
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