Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Speedometer ¶
type Speedometer struct {
// contains filtered or unexported fields
}
func NewSpeedometer ¶
func NewSpeedometer(interval float64) *Speedometer
func (*Speedometer) AddTimePoint ¶
func (m *Speedometer) AddTimePoint(tp *TimePoint)
func (*Speedometer) Gap ¶
func (m *Speedometer) Gap() float64
func (*Speedometer) LatestTimePoint ¶
func (m *Speedometer) LatestTimePoint() *TimePoint
func (*Speedometer) Satisfied ¶
func (m *Speedometer) Satisfied() bool
Click to show internal directories.
Click to hide internal directories.