rewrite-test-harness 1.0.5.Final

org.ocpsoft.rewrite.util
Class Timer

java.lang.Object
  extended by org.ocpsoft.rewrite.util.Timer

public class Timer
extends Object


Method Summary
 long getElapsedMilliseconds()
           
 long getLapMilliseconds()
           
static Timer getTimer()
           
 Timer lap()
           
 Timer reset()
           
 Timer start()
           
 Timer stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTimer

public static Timer getTimer()

start

public Timer start()

stop

public Timer stop()

lap

public Timer lap()

reset

public Timer reset()

getElapsedMilliseconds

public long getElapsedMilliseconds()

getLapMilliseconds

public long getLapMilliseconds()

rewrite-test-harness 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.