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 |
---|---|
void |
Logging.statistics(Statistic stats)
Log a statistics object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Counter
Simple statistic by counting.
|
interface |
Duration
Class that tracks the duration of a task.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatistic
Abstract base class for statistics tracking.
|
class |
AtomicLongCounter
Class to count events in a thread-safe counter.
|
class |
DoubleStatistic
Trivial double-valued statistic.
|
class |
LongStatistic
Trivial long-valued statistic.
|
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() |
class |
StringStatistic
Trivial string based statistic.
|
class |
UnsynchronizedLongCounter
Class to count events in a thread-safe counter.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.