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

Public Member Functions

void enumsTest ()
 
void eventsTest () throws IOException
 
void eventConditionsTest () throws IOException
 
void profilingEventsTest () throws IOException
 
void customEventsTest () throws IOException, InterruptedException
 
void eventCallbackTest () throws InterruptedException
 
void concurrencyTest () throws IOException, InterruptedException
 
- Public Member Functions inherited from com.jogamp.opencl.test.util.UITestCase
int getMaxTestNameLen ()
 
final String getTestMethodName ()
 
final String getSimpleTestName (final String separator)
 
final String getFullTestName (final String separator)
 
void setUp ()
 
void tearDown ()
 

Static Public Member Functions

static void main (final String[] args) throws IOException
 
- Static Public Member Functions inherited from com.jogamp.opencl.test.util.UITestCase
static boolean isTestSupported ()
 
static void setTestSupported (final boolean v)
 
static void oneTimeSetUp ()
 
static void oneTimeTearDown ()
 
static void waitForKey (final String preMessage)
 

Public Attributes

Timeout methodTimeout = new Timeout(20000)
 
- Public Attributes inherited from com.jogamp.opencl.test.util.UITestCase
TestName _unitTestName = new TestName()
 

Additional Inherited Members

- Static Public Attributes inherited from com.jogamp.opencl.test.util.UITestCase
static final String SINGLE_INSTANCE_LOCK_FILE = "UITestCase.lock"
 
static final int SINGLE_INSTANCE_LOCK_PORT = 59999
 
static final long SINGLE_INSTANCE_LOCK_TO = 6*60*1000
 
static final long SINGLE_INSTANCE_LOCK_POLL = 1000
 

Detailed Description

Author
Michael Bien, et.al.

Definition at line 67 of file CLCommandQueueTest.java.

Member Function Documentation

◆ concurrencyTest()

void com.jogamp.opencl.CLCommandQueueTest.concurrencyTest ( ) throws IOException, InterruptedException

Definition at line 409 of file CLCommandQueueTest.java.

Here is the call graph for this function:

◆ customEventsTest()

void com.jogamp.opencl.CLCommandQueueTest.customEventsTest ( ) throws IOException, InterruptedException

Definition at line 289 of file CLCommandQueueTest.java.

Here is the call graph for this function:

◆ enumsTest()

void com.jogamp.opencl.CLCommandQueueTest.enumsTest ( )

Definition at line 73 of file CLCommandQueueTest.java.

Here is the call graph for this function:

◆ eventCallbackTest()

void com.jogamp.opencl.CLCommandQueueTest.eventCallbackTest ( ) throws InterruptedException

Definition at line 369 of file CLCommandQueueTest.java.

Here is the call graph for this function:

◆ eventConditionsTest()

void com.jogamp.opencl.CLCommandQueueTest.eventConditionsTest ( ) throws IOException

Definition at line 173 of file CLCommandQueueTest.java.

Here is the call graph for this function:

◆ eventsTest()

void com.jogamp.opencl.CLCommandQueueTest.eventsTest ( ) throws IOException

Definition at line 102 of file CLCommandQueueTest.java.

Here is the call graph for this function:

◆ main()

static void com.jogamp.opencl.CLCommandQueueTest.main ( final String[]  args) throws IOException
static

Definition at line 524 of file CLCommandQueueTest.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ profilingEventsTest()

void com.jogamp.opencl.CLCommandQueueTest.profilingEventsTest ( ) throws IOException

Definition at line 233 of file CLCommandQueueTest.java.

Here is the call graph for this function:

Member Data Documentation

◆ methodTimeout

Timeout com.jogamp.opencl.CLCommandQueueTest.methodTimeout = new Timeout(20000)

Definition at line 70 of file CLCommandQueueTest.java.


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