package
0.99.99-test-ignore
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Functions

NewIntervalMeter returns a new Meter with the provided halflife.
NewMeter returns a new Meter with the provided halflife.

# Structs

ContinuousFactory implements the Factory interface by returning a continuous time meter.
IntervalFactory implements the Factory interface by returning an interval based meter.

# Interfaces

Factory returns new meters.
Meter tracks a continuous exponential moving average of the % of time this meter has been running.