Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dprofiling.rs9 config.profiler(wasmtime::ProfilingStrategy::PerfMap); in perfmap()
/wasmtime-44.0.1/docs/
H A Dexamples-profiling-samply.md15 `ProfilingStrategy::PerfMap` to enable profiling of your wasm modules.
H A Dexamples-profiling-perf.md23 `ProfilingStrategy::PerfMap` to enable profiling of your wasm modules.
/wasmtime-44.0.1/src/
H A Dcommon.rs469 ["perfmap"] => Ok(Profile::Native(wasmtime::ProfilingStrategy::PerfMap)), in parse()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs2599 ProfilingStrategy::PerfMap => profiling_agent::new_perfmap()?, in build_profiler()
3342 PerfMap, enumerator
/wasmtime-44.0.1/crates/c-api/src/
H A Dconfig.rs219 WASMTIME_PROFILING_STRATEGY_PERFMAP => ProfilingStrategy::PerfMap, in wasmtime_config_profiler_set()