Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/
H A Dpulley.rs173 let mut next_sample = start + between_ticks; in sampling_thread() localVariable
192 let dur = next_sample in sampling_thread()
209 next_sample += between_ticks; in sampling_thread()