A QuantileEstimator that buffers writes for 1 second.
Synopsis
Declared in <folly/stats/QuantileEstimator.h>
template<typename ClockT = std::chrono::steady_clock>
class SimpleQuantileEstimator;
Type Aliases
Name |
Description |
The time point type of the clock. |
Member Functions
Name |
Description |
|
Construct an empty estimator. |
Add a value at the given time. |
|
Estimate the given quantiles over the buffered data. |
|
Flush buffered values |
|
Get point‐in‐time TDigest |
Created with MrDocs