MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / fmt

Method fmt

cranelift/codegen/src/timing.rs:94–96  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

92
93impl fmt::Display for Pass {
94 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
95 f.write_str(self.description())
96 }
97}
98
99/// A profiler.

Callers

nothing calls this directly

Calls 4

descriptionMethod · 0.80
checked_subMethod · 0.80
write_strMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected