//
pkg.gl
Category
github.com/lasthyphen/dijetsnodego
utils
math
meter
package
1.8.14
Repository:
https://github.com/lasthyphen/dijetsnodego.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
10
Files
91 SLOC
#
Functions
NewMeter
NewMeter returns a new Meter with the provided halflife.
#
Structs
ContinuousFactory
ContinuousFactory implements the Factory interface by returning a continuous time meter.
#
Interfaces
Factory
Factory returns new meters.
Meter
Meter tracks a continuous exponential moving average of the % of time this meter has been running.