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

Method createUnstarted

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

79 */
80
81 public static Stopwatch createUnstarted() {
82 return new Stopwatch();
83 }
84
85 /**
86 * 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