MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / fmt

Method fmt

crates/runner-shared/src/perf_event.rs:150–152  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

148
149impl std::fmt::Display for PerfEvent {
150 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
151 write!(f, "{}", self.to_perf_string())
152 }
153}
154
155#[cfg(test)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected