public class TimeSlidingWindowAvgAccumulator extends AbstractTimeSlidingWindowAccumulator<Double,AvgAccumulator>
Constructor and Description |
---|
TimeSlidingWindowAvgAccumulator(int windowSize)
Creates a new average accumulator with the sliding window of a given size.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.