org.jbox2d.common
Class Timer

java.lang.Object
  extended by org.jbox2d.common.Timer

public class Timer
extends Object

Timer for profiling

Author:
Daniel

Constructor Summary
Timer()
           
 
Method Summary
 float getMilliseconds()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

reset

public void reset()

getMilliseconds

public float getMilliseconds()


Copyright © 2013. All Rights Reserved.