-
public interface Clock
High-precision nanosecond time source. This interface is only useful for measuring elapsed time from the same Clock instance. Time values might be calculated using System::nanoTime, but on no account should the clock time be compared with it. Implementations of Clock should normally be obtained from RootHub.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getTime()
Clock time in nanoseconds.
-