|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaEvent_t
public class cudaEvent_t
Java port of a cudaEvent_t.
JCuda.cudaEventCreate(jcuda.runtime.cudaEvent_t)
,
JCuda.cudaEventDestroy(jcuda.runtime.cudaEvent_t)
,
JCuda.cudaEventElapsedTime(float[], jcuda.runtime.cudaEvent_t, jcuda.runtime.cudaEvent_t)
,
JCuda.cudaEventQuery(jcuda.runtime.cudaEvent_t)
,
JCuda.cudaEventRecord(jcuda.runtime.cudaEvent_t, jcuda.runtime.cudaStream_t)
,
JCuda.cudaEventSynchronize(jcuda.runtime.cudaEvent_t)
Constructor Summary | |
---|---|
cudaEvent_t()
Creates a new, uninitialized cudaEvent_t |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public cudaEvent_t()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |