Start tracing a new planning step
(&mut self, _phase: PlanningPhase, _description: String)
| 80 | |
| 81 | /// Start tracing a new planning step |
| 82 | pub fn start_step(&mut self, _phase: PlanningPhase, _description: String) { |
| 83 | self.current_step_start = Some(Instant::now()); |
| 84 | } |
| 85 | |
| 86 | /// End the current step and record it |
| 87 | pub fn end_step( |
no outgoing calls
no test coverage detected