MCPcopy
hub / github.com/google/guava / createStarted

Method createStarted

guava/src/com/google/common/base/Stopwatch.java:128–130  ·  guava/src/com/google/common/base/Stopwatch.java::Stopwatch.createStarted

Creates (and starts) a new stopwatch using {@link System#nanoTime} as its time source. @since 15.0

()

Source from the content-addressed store, hash-verified

126 * @since 15.0
127 */
128 public static Stopwatch createStarted() {
129 return new Stopwatch().start();
130 }
131
132 /**
133 * Creates (and starts) a new stopwatch, using the specified time source.

Callers 15

loadAllMethod · 0.95
tryStartTimingMethod · 0.95
transitionServiceMethod · 0.95
createFromSystemTimerMethod · 0.95
stopwatchMethod · 0.95
checkDrainTimesOutMethod · 0.95
testCreateStartedMethod · 0.95
testNoRaceConditionsMethod · 0.95

Calls 1

startMethod · 0.45