Searched defs:MetricsState (Results 1 – 1 of 1) sorted by relevance
133 fn collect_stats(&self, state: &mut MetricsState) { in collect_stats()223 struct MetricsState { struct224 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,