public interface Duration extends Statistic
Modifier and Type | Method and Description |
---|---|
Duration |
begin()
Start the timer.
|
Duration |
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
Duration begin()
Duration end()
long getBegin()
long getEnd()
long getDuration()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.