Package | Description |
---|---|
com.comphenix.protocol.timing |
Modifier and Type | Class and Description |
---|---|
class |
HistogramStream
Represents an online algortihm of computing histograms over time.
|
class |
StatisticsStream
Represents an online algortihm for computing the mean and standard deviation without storing every value.
|
Modifier and Type | Method and Description |
---|---|
abstract OnlineComputation |
OnlineComputation.copy()
Construct a copy of the current online computation.
|
static OnlineComputation |
OnlineComputation.synchronizedComputation(OnlineComputation computation)
Retrieve a wrapper for another online computation that is synchronized.
|
Modifier and Type | Method and Description |
---|---|
static OnlineComputation |
OnlineComputation.synchronizedComputation(OnlineComputation computation)
Retrieve a wrapper for another online computation that is synchronized.
|