Modifier and Type | Field and Description |
---|---|
static ClockDuration |
ZERO |
Constructor and Description |
---|
ClockDuration(long wallMillisDuration,
long nanoDuration,
long threadUserNanoDuration) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getNanoDuration() |
long |
getThreadUserNanoDuration() |
long |
getWallMillisDuration() |
int |
hashCode() |
String |
toString() |
public static final ClockDuration ZERO
public ClockDuration(long wallMillisDuration, long nanoDuration, long threadUserNanoDuration)