Class Index | File Index

Classes


Class Timer

A class for timing purpouses, like calculating FPS for an application.
Defined in: benchgl.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Timer()
Creates a new Timer.
Method Summary
Method Attributes Method Name and Description
 
Clears this Timer.
 
Starts this Timer.
 
stop()
Stops this Timer.
Class Detail
Timer()
Creates a new Timer.
Method Detail
clear()
Clears this Timer.

start()
Starts this Timer.

stop()
Stops this Timer.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu May 19 2011 00:47:49 GMT+0200 (CEST)