static class TimerImpl.FlatTimer extends DebugValue implements DebugTimer
| Constructor and Description |
|---|
FlatTimer(String name,
boolean conditional) |
| Modifier and Type | Method and Description |
|---|---|
TimeUnit |
getTimeUnit()
Gets the time unit of this timer.
|
DebugCloseable |
start()
Starts this timer if timing is enabled or this is an
unconditional timer.
|
String |
toString(long value) |
addToCurrentValue, compareTo, getCurrentValue, getIndex, getName, isConditional, setConditional, setCurrentValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCurrentValue, getFlat, isConditional, setConditionalpublic String toString(long value)
toString in class DebugValuepublic TimeUnit getTimeUnit()
DebugTimergetTimeUnit in interface DebugTimerpublic DebugCloseable start()
DebugTimerstart in interface DebugTimer