package
0.2.0
Repository: https://github.com/vanadium/core.git
Documentation: pkg.go.dev

# Functions

New returns a new Counter.
NewTracker returns a new Tracker.

# Variables

TimeNow is used for testing.

# Structs

Counter is a counter that keeps track of its recent values over a given period of time, and with a given resolution.
Tracker is a min/max value tracker that keeps track of its min/max values over a given period of time, and with a given resolution.