Module metrics

Source

Structs§

BuildStep
Represents a single bootstrap step, with the accumulated duration of all its children.
CiMetadata
Represents metadata about bootstrap’s execution in CI.
JsonInvocation
JsonInvocationSystemStats
JsonRoot
JsonStepSystemStats
Test
TestSuite

Enums§

JsonNode
TestOutcome
TestSuiteMetadata

Functions§

escape_step_name
Bootstrap steps can be generic and thus contain angle brackets (<…>). However, Markdown interprets these as HTML, so we need to escap ethem.
format_build_steps
Writes build steps into a nice indented table.
null_as_f64_nan 🔒