|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Static Public Member Functions | |
| static ProfilingCommand | valueOf (final int status) |
Public Attributes | |
| QUEUED =(CL_PROFILING_COMMAND_QUEUED) | |
| A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event is enqueued in a command-queue by the host. More... | |
| SUBMIT =(CL_PROFILING_COMMAND_SUBMIT) | |
| A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event that has been enqueued is submitted by the host to the device associated with the commandqueue. More... | |
| START =(CL_PROFILING_COMMAND_START) | |
| A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event starts execution on the device. More... | |
| END =(CL_PROFILING_COMMAND_END) | |
| A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event has finished execution on the device. More... | |
| final int | COMMAND |
| Value of wrapped OpenCL profiling command. More... | |
Definition at line 167 of file CLEvent.java.
|
static |
Definition at line 203 of file CLEvent.java.
| final int com.jogamp.opencl.CLEvent.ProfilingCommand.COMMAND |
Value of wrapped OpenCL profiling command.
Definition at line 197 of file CLEvent.java.
| com.jogamp.opencl.CLEvent.ProfilingCommand.END =(CL_PROFILING_COMMAND_END) |
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event has finished execution on the device.
Definition at line 192 of file CLEvent.java.
| com.jogamp.opencl.CLEvent.ProfilingCommand.QUEUED =(CL_PROFILING_COMMAND_QUEUED) |
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event is enqueued in a command-queue by the host.
Definition at line 173 of file CLEvent.java.
| com.jogamp.opencl.CLEvent.ProfilingCommand.START =(CL_PROFILING_COMMAND_START) |
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event starts execution on the device.
Definition at line 186 of file CLEvent.java.
| com.jogamp.opencl.CLEvent.ProfilingCommand.SUBMIT =(CL_PROFILING_COMMAND_SUBMIT) |
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event that has been enqueued is submitted by the host to the device associated with the commandqueue.
Definition at line 180 of file CLEvent.java.