cl-profile-counters ( event -- queued submitted started finished )


Vocabulary
opencl

Inputs
eventa cl-event


Outputs
queuedan integer
submittedan integer
startedan integer
finishedan integer


Word description
Returns the profiling counters for the operation represented by event.

Definition