Skip to content
Reference > Methods

systemNano()

Definition

Long systemNano()

Description

Returns the nanoseconds since some arbitrary time. This is only useful for comparing times, not as an absolute (wall-clock) time. Based on java's java.lang.System.nanoTime()

Examples

Long r1 = systemNano(); // r1 == 2449666763033200