Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collectible ¶ added in v0.2.0
type Collectible struct {
// contains filtered or unexported fields
}
func (*Collectible) Values ¶ added in v0.2.3
func (c *Collectible) Values() (float64, string)
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
func (*Collector) AddMetrics ¶ added in v0.1.2
type Metric ¶
type Metric interface {
Start()
Stop()
Reset()
Collect(b *testing.B) Collectible
}
Click to show internal directories.
Click to hide internal directories.