org.eclipse.xtext.util
Class StopWatch

java.lang.Object
  extended by org.eclipse.xtext.util.StopWatch

public class StopWatch
extends java.lang.Object

This class is not intended to be subclassed by clients.
This class is not intended to be subclassed by clients.

Constructor Summary
StopWatch()
           
StopWatch(org.apache.log4j.Logger logger)
           
 
Method Summary
 long reset()
           
 void resetAndLog(java.lang.String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopWatch

public StopWatch()

StopWatch

public StopWatch(org.apache.log4j.Logger logger)
Since:
2.0
Method Detail

reset

public long reset()

resetAndLog

public void resetAndLog(java.lang.String label)