Class TimerAverage
- java.lang.Object
-
- com.djrapitops.plan.utilities.analysis.TimerAverage
-
public class TimerAverage extends java.lang.Object
Utility for averaging time based data.
-
-
Constructor Summary
Constructors Constructor Description TimerAverage()
TimerAverage(long savePeriodMs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(long time, double value)
Add a new entry and check if save should be done.double
getAverageAndReset(long time)
-