#include <cuda.hpp>
◆ CreateFlags
Enumerator |
---|
DEFAULT | Default event flag
|
BLOCKING_SYNC | Event uses blocking synchronization
|
DISABLE_TIMING | Event will not record timing data
|
INTERPROCESS | Event is suitable for interprocess use. DisableTiming must be set
|
◆ Event()
◆ elapsedTime()
static CV_WRAP float cv::cuda::Event::elapsedTime |
( |
const Event & |
start, |
|
|
const Event & |
end |
|
) |
| |
|
static |
computes the elapsed time between events
◆ queryIfComplete()
CV_WRAP bool cv::cuda::Event::queryIfComplete |
( |
| ) |
const |
queries an event's status
◆ record()
◆ waitForCompletion()
CV_WRAP void cv::cuda::Event::waitForCompletion |
( |
| ) |
|
waits for an event to complete
◆ EventAccessor
The documentation for this class was generated from the following file:
- build/release/_deps/opencv-src/include/opencv4/opencv2/core/cuda.hpp