Home
last modified time | relevance | path

Searched refs:PerfMapAgent (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/
H A Dperfmap.rs12 struct PerfMapAgent; struct
30 Ok(Box::new(PerfMapAgent)) in new()
33 impl PerfMapAgent { implementation
55 impl ProfilingAgent for PerfMapAgent { implementation