The cumulative CPU time spent executing the command in milliseconds.
cpuTime uses performance.now if available. Otherwise it falls back to Date.now.
The cumulative GPU time spent executing the command in milliseconds.
(requires the EXT_disjoint_timer_query extension).
GPU timer queries update asynchronously. If you are not using regl.frame() to tick your
application, then you should periodically call regl.poll() each frame to update the timer
statistics.
Generated using TypeDoc
The number of times the command has been called.