@GwtCompatible public abstract class Ticker extends Object
Stopwatch
instead of
interacting with this class directly.
Warning: this interface can only be used to measure elapsed time, not wall time.
Modifier | Constructor and Description |
---|---|
protected |
Ticker()
Constructor for use by subclasses.
|
Modifier and Type | Method and Description |
---|---|
abstract long |
read()
Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
|
static Ticker |
systemTicker()
A ticker that reads the current time using
System.nanoTime() . |
protected Ticker()
public abstract long read()
public static Ticker systemTicker()
System.nanoTime()
.Copyright © 2010–2019. All rights reserved.