Uses of Class
de.cuioss.tools.concurrent.StopWatch
Packages that use StopWatch
-
Uses of StopWatch in de.cuioss.tools.concurrent
Methods in de.cuioss.tools.concurrent that return StopWatchModifier and TypeMethodDescriptionstatic StopWatchStopWatch.createStarted()static StopWatchStopWatch.createStarted(Ticker ticker) static StopWatchStopWatch.createUnstarted()static StopWatchStopWatch.createUnstarted(Ticker ticker) StopWatch.reset()Sets the elapsed time for this stopwatch to zero, and places it in a stopped state.StopWatch.start()Starts the stopwatch.StopWatch.stop()Stops the stopwatch.