Package | Description |
---|---|
de.lmu.ifi.dbs.elki.logging |
Logging facility for controlling logging behavior of the complete framework.
|
de.lmu.ifi.dbs.elki.logging.statistics |
Classes for logging various statistics.
|
Modifier and Type | Method and Description |
---|---|
Duration |
Logging.newDuration(String key)
Generate a new duration statistic.
|
Modifier and Type | Class and Description |
---|---|
class |
MillisTimeDuration
Class that tracks the runtime of a task with
System.nanoTime() |
class |
NanoDuration
Class that tracks the runtime of a task with
System.nanoTime() |
Modifier and Type | Method and Description |
---|---|
Duration |
Duration.begin()
Start the timer.
|
Duration |
Duration.end()
Finish the timer.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.