Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MovingWindowAverage ¶
var NoopMovingWindowAverage MovingWindowAverage = newNoopMovingWindowAverage()
type MovingWindowAvgImpl ¶
func NewMovingWindowAvgImpl ¶
func NewMovingWindowAvgImpl( windowSize time.Duration, maxBufferSize int, ) *MovingWindowAvgImpl
func (*MovingWindowAvgImpl) Average ¶
func (a *MovingWindowAvgImpl) Average() float64
func (*MovingWindowAvgImpl) Record ¶
func (a *MovingWindowAvgImpl) Record(val int64)
Click to show internal directories.
Click to hide internal directories.