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

Method createUnstarted

output/java_guava/1.4.18/Stopwatch.java:85–87  ·  view source on GitHub ↗

Creates (but does not start) a new stopwatch using System#nanoTime as its time source. @since 15.0

()

Source from the content-addressed store, hash-verified

83
84
85 public static Stopwatch createUnstarted() {
86 return new Stopwatch();
87 }
88
89 /**
90 * Creates (but does not start) a new stopwatch, using the specified time source.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected