Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/
H A Dpulley.rs69 sampling: Mutex<SamplingState>, field
103 sampling: Default::default(), in new()
149 .sampling in register_interpreter()
178 let record = |sampling: &mut SamplingState| { in sampling_thread()
179 if sampling.samples.num_samples() == 0 { in sampling_thread()
182 let samples = mem::take(&mut sampling.samples); in sampling_thread()
186 let mut sampling = state.sampling.lock().unwrap(); in sampling_thread() localVariable
201 sampling = guard; in sampling_thread()
220 } = &mut *sampling; in sampling_thread()
228 record(&mut sampling); in sampling_thread()
[all …]
/wasmtime-44.0.1/docs/
H A Dexamples-profiling-guest.md3 The guest profiling strategy enables in-process sampling and will write the
H A Dcontributing-ci.md63 * Fuzz regression tests - we take a random sampling of the [fuzz
H A Dcontributing-architecture.md350 well such as improving generic sampling profilers when used with Wasmtime.