Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Generic ¶
type Generic struct {
// contains filtered or unexported fields
}
func (*Generic) AddMeasurements ¶
func (g *Generic) AddMeasurements()
func (*Generic) StartMeasurement ¶
type MOT ¶
type MOT struct {
// contains filtered or unexported fields
}
func (*MOT) AddMeasurements ¶
func (m *MOT) AddMeasurements()
func (*MOT) StartMeasurement ¶
type Module ¶
type Module interface { StartMeasurement(path string) error AddMeasurements() CollectMetrics() (map[string]float64, error) }
func NewGeneric ¶
type Script ¶
type Script struct {
// contains filtered or unexported fields
}
func (*Script) AddMeasurements ¶
func (s *Script) AddMeasurements()
func (*Script) StartMeasurement ¶
Click to show internal directories.
Click to hide internal directories.