Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
impl 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
description
Method · 0.80
checked_sub
Method · 0.80
write_str
Method · 0.45
iter
Method · 0.45
Tested by
no test coverage detected