Documentation
¶
Overview ¶
Package execstatssummary provides mechanisms to track and summarize execution statistics across build steps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
Tracker is used for tracking exec stats summary for each RUN command.
func NewTracker ¶
NewTracker creates a new exec stats summary tracker.
func (*Tracker) Observe ¶
Observe records an exec stats payload for a particular (target, command) pair.
func (*Tracker) String ¶
String implements fmt.Stringer. It returns a summarized table.
Click to show internal directories.
Click to hide internal directories.