Event Management
[CUDA Runtime API]


Functions

cudaError_t cudaEventCreate (cudaEvent_t *event)
 Creates an event object.
cudaError_t cudaEventCreateWithFlags (cudaEvent_t *event, int flags)
 Creates an event object with the specified flags.
cudaError_t cudaEventDestroy (cudaEvent_t event)
 Destroys an event object.
cudaError_t cudaEventElapsedTime (float *ms, cudaEvent_t start, cudaEvent_t end)
 Computes the elapsed time between events.
cudaError_t cudaEventQuery (cudaEvent_t event)
 Query if an event has been recorded.
cudaError_t cudaEventRecord (cudaEvent_t event, cudaStream_t stream)
 Records an event.
cudaError_t cudaEventSynchronize (cudaEvent_t event)
 Wait for an event to be recorded.

Detailed Description

This section describes the event management functions of the CUDA runtime application programming interface.

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA