|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jocl.utils.EventProfilingInfos
public class EventProfilingInfos
Utility methods for obtaining profiling information about cl_event objects.
| Method Summary | |
|---|---|
static long |
getCommandEnd(org.jocl.cl_event event)
The device counter, in nanoseconds, when the command of the given event finished execution. |
static long |
getCommandQueued(org.jocl.cl_event event)
The device counter, in nanoseconds, when the command of the given event was queued. |
static long |
getCommandStart(org.jocl.cl_event event)
The device counter, in nanoseconds, when the command of the given event started execution. |
static long |
getCommandSubmit(org.jocl.cl_event event)
The device counter, in nanoseconds, when the command of the given event was submitted. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static long getCommandQueued(org.jocl.cl_event event)
event - The event
public static long getCommandSubmit(org.jocl.cl_event event)
event - The event
public static long getCommandStart(org.jocl.cl_event event)
event - The event
public static long getCommandEnd(org.jocl.cl_event event)
event - The event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||