MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / pipeline_stats

Method pipeline_stats

crates/virtual-machine/src/virtual_machine.rs:196–198  ·  view source on GitHub ↗

Cumulative pipeline performance stats.

(&self)

Source from the content-addressed store, hash-verified

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,

Callers 3

render_pipeline_statsFunction · 0.80
refresh_snapshotMethod · 0.80
run_with_regallocFunction · 0.80

Calls 1

statsMethod · 0.45

Tested by

no test coverage detected