MCPcopy Create free account
hub / github.com/grpc/grpc-java / nanoTime

Method nanoTime

api/src/context/java/io/grpc/Deadline.java:271–271  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

269 public abstract static class Ticker {
270 /** Returns the number of nanoseconds elapsed since this ticker's reference point in time. */
271 public abstract long nanoTime();
272 }
273
274 private static final class SystemTicker extends Ticker {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected