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

Method createStarted

output/java_guava/1.4.17/Stopwatch.java:107–109  ·  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

105
106
107 public static Stopwatch createStarted() {
108 return new Stopwatch().start();
109 }
110
111 /**
112 * Creates (and starts) a new stopwatch, using the specified time source.

Callers 4

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

Calls 1

startMethod · 0.45

Tested by

no test coverage detected