| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.logging.statistics | 
 Classes for logging various statistics. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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. 
 |