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

Method createStarted

output/java_guava/1.4.13/Stopwatch.java:103–105  ·  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

101
102
103 public static Stopwatch createStarted() {
104 return new Stopwatch().start();
105 }
106
107 /**
108 * Creates (and starts) a new stopwatch, using the specified time source.

Callers 1

loadAllMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected