Uses of Class
com.fizzed.crux.util.StopWatch
-
-
Uses of StopWatch in com.fizzed.crux.util
Methods in com.fizzed.crux.util that return StopWatch Modifier and Type Method Description StopWatchWaitFor.Progress. getTimer()StopWatchStopWatch. stop()static StopWatchStopWatch. time(java.util.concurrent.TimeUnit tu)static StopWatchStopWatch. time(java.util.concurrent.TimeUnit tu, java.lang.Runnable runnable)static StopWatchStopWatch. timeMillis()static StopWatchStopWatch. timeMillis(java.lang.Runnable runnable)static StopWatchStopWatch. timeNanos()static StopWatchStopWatch. timeNanos(java.lang.Runnable runnable)static StopWatchStopWatch. timeSeconds()static StopWatchStopWatch. timeSeconds(java.lang.Runnable runnable)Constructors in com.fizzed.crux.util with parameters of type StopWatch Constructor Description Progress(int attempt, TimeDuration timeout, TimeDuration every, StopWatch timer)
-