|
Image Utilities (IU)
|
The IuCudaTimer class can be used to do high-precision GPU timing measurements. More...
#include <iucore.h>
Public Member Functions | |
| IuCudaTimer () | |
| IuCudaTimer constructor. | |
| void | start () |
| start timing | |
| float | elapsed () |
| stop timing More... | |
The IuCudaTimer class can be used to do high-precision GPU timing measurements.
It uses GPU hardware timers with a resolution of around to 0.5 microseconds. It is not necessary to put workload on the GPU, i.e. this class can also be used for high-precision CPU timings.
|
inline |
stop timing
1.8.6