fr.jcgay.maven.profiler
Class KnownElapsedTimeTicker

java.lang.Object
  extended by com.google.common.base.Ticker
      extended by fr.jcgay.maven.profiler.KnownElapsedTimeTicker

public class KnownElapsedTimeTicker
extends com.google.common.base.Ticker


Constructor Summary
KnownElapsedTimeTicker(long expectedElapsedTime)
           
 
Method Summary
static com.google.common.base.Stopwatch aStopWatchWithElapsedTime(long elapsedTime)
           
 long read()
           
 
Methods inherited from class com.google.common.base.Ticker
systemTicker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnownElapsedTimeTicker

public KnownElapsedTimeTicker(long expectedElapsedTime)
Method Detail

aStopWatchWithElapsedTime

public static com.google.common.base.Stopwatch aStopWatchWithElapsedTime(long elapsedTime)

read

public long read()
Specified by:
read in class com.google.common.base.Ticker


Copyright © 2014–2017. All rights reserved.