Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mean ¶
type Mean struct {
// contains filtered or unexported fields
}
Mean tracks an average statistic.
The zero value is ready to use. Mean.Record may be called concurrently, but not with Mean.Get.
type Median ¶
type Median struct {
// contains filtered or unexported fields
}
Median tracks a median statistic.
Must be constructed with NewMedian. Median.Record may be called concurrently, but not with Median.Get.
Click to show internal directories.
Click to hide internal directories.