Versions in this module Expand all Collapse all v0 v0.2.0 Jan 13, 2025 Changes in this version + const MicroMultiplier + type Earn struct + Count atomic.Int64 + Duration atomic.Int64 + Estimates atomic.Int64 + Profits atomic.Int64 + func (earn *Earn) Average(i atomic.Int64) float64 + func (earn *Earn) Mark(e, p float64, elapse Elapse) + func (earn *Earn) Speak() + type Elapse []int64 + func NewElapse() Elapse + func (elapse Elapse) Gap() []float64 + func (elapse Elapse) PushNow() Elapse + func (elapse Elapse) RawGap() Elapse + func (elapse Elapse) Sum() int64