public class RateEstimator extends Object
Constructor and Description |
---|
RateEstimator() |
Modifier and Type | Method and Description |
---|---|
float |
getRate(long now) |
float |
update(long now)
Update the estimate to account for an event that just happened.
|