Platforms to show: All Mac Windows Linux Cross-Platform

Back to CLEventMBS class.

CLEventMBS.CommandExecutionStatus as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method OpenCL MBS MacFrameworks Plugin 11.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Return the execution status of the command identified by event.

See kCommandExecutionStatus* constants.
Lasterror is set.

CLEventMBS.CommandQueue as CLCommandQueueMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method OpenCL MBS MacFrameworks Plugin 11.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Return the command-queue associated with event.

Lasterror is set.

CLEventMBS.CommandType as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
method OpenCL MBS MacFrameworks Plugin 11.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Return the command associated with event.

See kCommand* constants.
Lasterror is set.

CLEventMBS.ProfilingCommandEnd as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
method OpenCL MBS MacFrameworks Plugin 11.1 ✅ Yes ❌ No ❌ No ✅ Yes All
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.

Lasterror is set.

CLEventMBS.ProfilingCommandQueued as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
method OpenCL MBS MacFrameworks Plugin 11.1 ✅ Yes ❌ No ❌ No ✅ Yes All
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.

Lasterror is set.

CLEventMBS.ProfilingCommandStart as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
method OpenCL MBS MacFrameworks Plugin 11.1 ✅ Yes ❌ No ❌ No ✅ Yes All
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event starts execution on the device.

Lasterror is set.

CLEventMBS.ProfilingCommandSubmit as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
method OpenCL MBS MacFrameworks Plugin 11.1 ✅ Yes ❌ No ❌ No ✅ Yes All
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.

Lasterror is set.

CLEventMBS.ReferenceCount as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
method OpenCL MBS MacFrameworks Plugin 11.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Return the event reference count.

The reference count returned should be considered immediately stale. It is unsuitable for general use in applications. This feature is provided for identifying memory leaks.
Lasterror is set.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...