Package elki.logging.statistics
Classes for logging various statistics.
-
Interface Summary Interface Description Counter Simple statistic by counting.Duration Class that tracks the duration of a task.Statistic Abstract base interface for statistics tracking. -
Class Summary Class Description AbstractStatistic Abstract base class for statistics tracking.AtomicLongCounter Class to count events in a thread-safe counter.DoubleStatistic Trivial double-valued statistic.LongStatistic Trivial long-valued statistic.MillisTimeDuration Class that tracks the runtime of a task withSystem.nanoTime()
NanoDuration Class that tracks the runtime of a task withSystem.nanoTime()
StringStatistic Trivial string based statistic.UnsynchronizedLongCounter Class to count events in a thread-safe counter.