Packageorg.papervision3d.core.utils
Classpublic class StopWatch
InheritanceStopWatch Inheritance flash.events.EventDispatcher

StopWatch times how long certain actions (e.g., a render) take



Public Methods
 MethodDefined by
  
StopWatch
  
reset():void
Resets the timer
StopWatch
  
start():void
Starts the timer
StopWatch
  
stop():int
Stops the timer
StopWatch
Constructor detail
StopWatch()constructor
public function StopWatch()
Method detail
reset()method
public function reset():void

Resets the timer

start()method 
public function start():void

Starts the timer

stop()method 
public function stop():int

Stops the timer

Returns
int