Class Timer
A class for timing purpouses, like calculating FPS for an application.
Defined in: benchgl.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Timer()
Creates a new Timer.
|
Method Attributes | Method Name and Description |
---|---|
clear()
Clears this Timer.
|
|
start()
Starts this Timer.
|
|
stop()
Stops this Timer.
|
Method Detail
clear()
Clears this Timer.
start()
Starts this Timer.
stop()
Stops this Timer.