//
pkg.gl
Category
v.io
x
ref
lib
stats
counter
package
0.2.0
Repository:
https://github.com/vanadium/core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
5
Files
378 SLOC
#
Functions
New
New returns a new Counter.
NewTracker
NewTracker returns a new Tracker.
#
Variables
TimeNow
TimeNow is used for testing.
#
Structs
Counter
Counter is a counter that keeps track of its recent values over a given period of time, and with a given resolution.
Tracker
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.