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