com.google.common.base
Interface Ticker


@Beta
public interface Ticker

A time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.

Since:
9
Author:
Kevin Bourrillion

Method Summary
 long read()
          Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
 

Method Detail

read

long read()
Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.