MCPcopy Create free account
hub / github.com/antlr/codebuff / createStarted

Method createStarted

corpus/java/training/guava/base/Stopwatch.java:98–100  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

96 * @since 15.0
97 */
98 public static Stopwatch createStarted() {
99 return new Stopwatch().start();
100 }
101
102 /**
103 * Creates (and starts) a new stopwatch, using the specified time source.

Callers 4

loadAllMethod · 0.95
tryStartTimingMethod · 0.95
transitionServiceMethod · 0.95
createFromSystemTimerMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected