Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandStats

Hierarchy

  • CommandStats

Index

Properties

Properties

count

count: number

The number of times the command has been called.

cpuTime

cpuTime: number

The cumulative CPU time spent executing the command in milliseconds.

gpuTime

gpuTime: number

The cumulative GPU time spent executing the command in milliseconds (requires the EXT_disjoint_timer_query extension).

Generated using TypeDoc