Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrParseGCLine = errors.New("failed to parse gc line") ErrParsePacerLine = errors.New("failed to parse pacer line") ErrPacerWithoutGC = errors.New("pacer line without active gc event") ErrIncompleteGCLine = errors.New("incomplete gc line") )
View Source
var ( ErrAlreadyStarted = errors.New("runner already started") ErrNotStarted = errors.New("runner not started") )
Functions ¶
func NormalizeGODEBUG ¶
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) ParseErrors ¶
Click to show internal directories.
Click to hide internal directories.