JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLEvent.ProfilingCommand Enum Reference
Collaboration diagram for com.jogamp.opencl.CLEvent.ProfilingCommand:

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...
 

Detailed Description

Definition at line 167 of file CLEvent.java.

Member Function Documentation

◆ valueOf()

static ProfilingCommand com.jogamp.opencl.CLEvent.ProfilingCommand.valueOf ( final int  status)
static

Definition at line 203 of file CLEvent.java.

Member Data Documentation

◆ COMMAND

final int com.jogamp.opencl.CLEvent.ProfilingCommand.COMMAND

Value of wrapped OpenCL profiling command.

Definition at line 197 of file CLEvent.java.

◆ END

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.

◆ QUEUED

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.

◆ START

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.

◆ SUBMIT

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.


The documentation for this enum was generated from the following file: