Documentation ¶
Overview ¶
Package mtbf implements a library used for MTBF testing.
Package mtbf implements a library used for MTBF testing.
Index ¶
Constants ¶
View Source
const ( // AccountPool is runtime variable name for credentials to log into a Chrome user session. AccountPool = "mtbf.accountPool" // LoginReuseFixture is a fixture name that will be registered to tast. LoginReuseFixture = "mtbfLoginReuseCleanTabs" // ArcLoginReuseFixture is a fixture name that will be registered to tast. ArcLoginReuseFixture = "mtbfArcLoginResueCleanTabs" )
Variables ¶
This section is empty.
Functions ¶
func ARCLoginReuseOptions ¶
ARCLoginReuseOptions returns the login option for MTBF ARC++ tests.
func LoginReuseOptions ¶
LoginReuseOptions returns the login option for MTBF tests.
Types ¶
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
Recorder is a utility to measure various metrics for CUJ-style tests.
func NewRecorder ¶
NewRecorder creates a Recorder with CPU, Memory and Thermal timeline then starts recording it.
Click to show internal directories.
Click to hide internal directories.