Home
last modified time | relevance | path

Searched defs:MetricsState (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/bootstrap/
Dmetrics.rs133 fn collect_stats(&self, state: &mut MetricsState) { in collect_stats()
223 struct MetricsState { struct
224 finished_steps: Vec<StepMetrics>,
225 running_steps: Vec<StepMetrics>,
227 system_info: System,
228 timer_start: Option<Instant>,
229 invocation_timer_start: Instant,
230 invocation_start: SystemTime,