Uses of Class
jcuda.driver.CUevent

Packages that use CUevent
jcuda.driver Contains the classes related to the JCuda driver API. 
 

Uses of CUevent in jcuda.driver
 

Methods in jcuda.driver with parameters of type CUevent
static int JCudaDriver.cuEventCreate(CUevent phEvent, int Flags)
          Creates an event.
static int JCudaDriver.cuEventDestroy(CUevent hEvent)
          Destroys an event.
static int JCudaDriver.cuEventElapsedTime(float[] pMilliseconds, CUevent hStart, CUevent hEnd)
          Computes the elapsed time between two events.
static int JCudaDriver.cuEventQuery(CUevent hEvent)
          Queries an event's status.
static int JCudaDriver.cuEventRecord(CUevent hEvent, CUstream hStream)
          Records an event.
static int JCudaDriver.cuEventSynchronize(CUevent hEvent)
          Waits for an event to complete.