me.lemire.integercompression
Class PerformanceLogger.Timer

java.lang.Object
  extended by me.lemire.integercompression.PerformanceLogger.Timer
Enclosing class:
PerformanceLogger

public static class PerformanceLogger.Timer
extends Object


Constructor Summary
PerformanceLogger.Timer()
           
 
Method Summary
 long end()
           
 long getDuration()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceLogger.Timer

public PerformanceLogger.Timer()
Method Detail

start

public void start()

end

public long end()

getDuration

public long getDuration()


Copyright © 2013. All Rights Reserved.