Internal
Class containing all counters, timers and events of the current frame.
Readonly
Optional
Add a text message to the frame, like "Font XYZ has been loaded"
The message to add.
Add a value to the current value of the performance number. If the performance is not known, it will be initialized with value.
value
Name of the performance number.
Retrieve the value of the performance number.
The value of the performance number or undefined if it has not been declared by setValue before.
undefined
setValue
Reset all known performance values to 0 and the messages to undefined.
0
Set the value of the performance number.
Generated using TypeDoc
Class containing all counters, timers and events of the current frame.