public interface Duration extends Statistic
Modifier and Type | Method and Description |
---|---|
void |
begin()
Start the timer.
|
void |
end()
Finish the timer.
|
long |
getBegin()
Get the begin of the interval.
|
long |
getDuration()
Get the duration of the interval.
|
long |
getEnd()
Get the end of the interval.
|
formatValue, getKey