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

Method elapsedNanos

corpus/java/training/guava/base/Stopwatch.java:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169
170 private long elapsedNanos() {
171 return isRunning ? ticker.read() - startTick + elapsedNanos : elapsedNanos;
172 }
173
174 /**
175 * Returns the current elapsed time shown on this stopwatch, expressed in the desired time unit,

Callers 2

elapsedMethod · 0.95
toStringMethod · 0.95

Calls 1

readMethod · 0.45

Tested by

no test coverage detected