MCPcopy Create free account
hub / github.com/ebarlas/microhttp / nanoTime

Method nanoTime

src/main/java/org/microhttp/SystemClock.java:4–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3class SystemClock implements Clock {
4 @Override
5 public long nanoTime() {
6 return System.nanoTime();
7 }
8}

Callers

nothing calls this directly

Calls 1

nanoTimeMethod · 0.65

Tested by

no test coverage detected