package
4.16.15+incompatible
Repository: https://github.com/openshift/installer.git
Documentation: pkg.go.dev

# Functions

LogSummary prints the summary of all the times collected so far into the INFO section.
NewTimer returns a new timer that can be used to track sections and.
StartTimer initiailzes the timer object with the current timestamp information.
StopTimer records the duration for the current stage sent as the key parameter and stores the information.

# Constants

TotalTimeElapsed is a constant string value to denote total time elapsed.

# Structs

Timer is the struct that keeps track of each of the sections.