|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.NativePointerObject
jcuda.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 |
|
cudaEvent_t(CUevent event)
Creates a cudaEvent_t for the given CUevent . |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class jcuda.NativePointerObject |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public cudaEvent_t()
public cudaEvent_t(CUevent event)
CUevent
. This
corresponds to casting a CUevent to a cudaEvent_t.
event
- The other eventMethod Detail |
---|
public java.lang.String toString()
toString
in class NativePointerObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |