MCPcopy Create free account
hub / github.com/ReadyTalk/avian / nanoTime

Method nanoTime

classpath/java/lang/System.java:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 public static native int identityHashCode(Object o);
95
96 public static long nanoTime() {
97 return (currentTimeMillis() - NanoTimeBaseInMillis) * 1000000;
98 }
99
100 public static String mapLibraryName(String name) {
101 if (name != null) {

Callers

nothing calls this directly

Calls 1

currentTimeMillisMethod · 0.95

Tested by

no test coverage detected