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

Method read

corpus/java/training/guava/base/Ticker.java:43–44  ·  view source on GitHub ↗

Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.

()

Source from the content-addressed store, hash-verified

41 * Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
42 */
43 @CanIgnoreReturnValue // TODO(kak): Consider removing this
44 public abstract long read();
45
46 /**
47 * A ticker that reads the current time using {@link System#nanoTime}.

Callers 3

startMethod · 0.45
stopMethod · 0.45
elapsedNanosMethod · 0.45

Calls 1

systemNanoTimeMethod · 0.95

Tested by

no test coverage detected