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

Class Function

pulley/examples/profiler-html.rs:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56struct Function<'a> {
57 addr: u64,
58 hits: u64,
59 name: &'a str,
60 body: &'a [u8],
61 instructions: BTreeMap<u32, u32>,
62}
63
64fn main() -> Result<()> {
65 let args = ProfilerHtml::parse();

Callers 1

decode_oneFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected