Interface | Description |
---|---|
CounterStats | |
Counting | |
HistogramStats |
A metric which calculates the distribution of a value.
|
MeterStats | |
StatisticsProvider | |
Stats |
A tag interface to indicate that a class is a Stat.
|
TimerStats | |
TimerStats.Context |
A timing context.
|
Class | Description |
---|---|
Clock |
Mechanism for keeping track of time at millisecond accuracy.
|
Clock.Fast |
Fast clock implementation whose
Clock.Fast.getTime() method returns
instantaneously thanks to a background task that takes care of the
actual time-keeping work. |
Clock.Virtual |
A virtual clock that has no connection to the actual system time.
|
DefaultStatisticsProvider | |
NoopStats | |
RepositoryStats | |
SimpleStats | |
StatisticManager |
Manager for all repository wide statistics.
|
StatsOptions | |
StopwatchLogger |
Utility class to be used for tracking of timing within methods.
|
Enum | Description |
---|---|
SimpleStats.Type |
Copyright © 2010 - 2020 Adobe. All Rights Reserved