public interface RateTracker
| Modifier and Type | Method and Description |
|---|---|
double |
getRateAndResetPeriod()
Get the rate of events per second based on the data since the last call to this method (or object instantiation,
for the first call).
|
void |
track()
Record that the tracked even occurred.
|