Versions in this module Expand all Collapse all v3 v3.0.1 Aug 8, 2022 Changes in this version + type TimeHeap struct + func NewTimeHeap() *TimeHeap + func (h *TimeHeap) Add(count uint64) + func (h *TimeHeap) AveragePerSecond(timeBefore time.Duration) float32 + func (h *TimeHeap) Pop() interface{} + func (h *TimeHeap) Push(x interface{}) + func (h TimeHeap) Len() int + func (h TimeHeap) Less(i, j int) bool + func (h TimeHeap) Swap(i, j int)