Cumulative pipeline performance stats.
(&self)
| 194 | } |
| 195 | |
| 196 | let uart_bytes = self.bus.uart_mut().drain_output(); |
| 197 | let uart_output = String::from_utf8_lossy(&uart_bytes).into_owned(); |
| 198 | |
| 199 | RunResult { |
| 200 | steps, |
| 201 | uart_output, |
no test coverage detected