Uses of Class
org.docx4j.com.google.common.base.Stopwatch
| Package | Description |
|---|---|
| org.docx4j.com.google.common.base |
-
Uses of Stopwatch in org.docx4j.com.google.common.base
Methods in org.docx4j.com.google.common.base that return Stopwatch Modifier and Type Method Description static StopwatchStopwatch. createStarted()Creates (and starts) a new stopwatch usingSystem.nanoTime()as its time source.static StopwatchStopwatch. createStarted(Ticker ticker)Creates (and starts) a new stopwatch, using the specified time source.static StopwatchStopwatch. createUnstarted()Creates (but does not start) a new stopwatch usingSystem.nanoTime()as its time source.static StopwatchStopwatch. createUnstarted(Ticker ticker)Creates (but does not start) a new stopwatch, using the specified time source.StopwatchStopwatch. reset()Sets the elapsed time for this stopwatch to zero, and places it in a stopped state.StopwatchStopwatch. start()Starts the stopwatch.StopwatchStopwatch. stop()Stops the stopwatch.