#include "cuda.hpp"
| 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
|
| static float cv::cuda::Event::elapsedTime |
( |
const Event & |
start, |
|
|
const Event & |
end |
|
) |
| |
|
static |
computes the elapsed time between events
| bool cv::cuda::Event::queryIfComplete |
( |
| ) |
const |
queries an event's status
| void cv::cuda::Event::waitForCompletion |
( |
| ) |
|
waits for an event to complete
The documentation for this class was generated from the following file:
- core/include/opencv2/core/cuda.hpp