Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommandStats

Index

Properties

count: number

The number of times the command has been called.

cpuTime: number

The cumulative CPU time spent executing the command in milliseconds. cpuTime uses performance.now if available. Otherwise it falls back to Date.now.

gpuTime: number

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