BootBlameStats

Type Alias BootBlameStats 

Source
pub type BootBlameStats = HashMap<String, f64>;
Expand description

Boot blame statistics: maps unit name to activation time in seconds

Aliased Typeยง

pub struct BootBlameStats { /* private fields */ }