blob: fe261b1197e8b1f0731219b1a57629501c21883e [file] [log] [blame]
James Ring3650fd42015-04-22 18:09:24 -07001pkg counter, func New() *Counter
2pkg counter, func NewTracker() *Tracker
3pkg counter, method (*Counter) Delta10m() int64
4pkg counter, method (*Counter) Delta1h() int64
5pkg counter, method (*Counter) Delta1m() int64
6pkg counter, method (*Counter) Incr(int64)
7pkg counter, method (*Counter) LastUpdate() time.Time
8pkg counter, method (*Counter) Rate10m() float64
9pkg counter, method (*Counter) Rate1h() float64
10pkg counter, method (*Counter) Rate1m() float64
11pkg counter, method (*Counter) Reset()
12pkg counter, method (*Counter) Set(int64)
13pkg counter, method (*Counter) Value() int64
14pkg counter, method (*Tracker) LastUpdate() time.Time
15pkg counter, method (*Tracker) Max() int64
16pkg counter, method (*Tracker) Max10m() int64
17pkg counter, method (*Tracker) Max1h() int64
18pkg counter, method (*Tracker) Max1m() int64
19pkg counter, method (*Tracker) Min() int64
20pkg counter, method (*Tracker) Min10m() int64
21pkg counter, method (*Tracker) Min1h() int64
22pkg counter, method (*Tracker) Min1m() int64
23pkg counter, method (*Tracker) Push(int64)
24pkg counter, method (*Tracker) Reset()
25pkg counter, type Counter struct
26pkg counter, type Tracker struct
27pkg counter, var TimeNow func() time.Time