Home
last modified time | relevance | path

Searched defs:sampling_mode (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/criterion/benches/benchmarks/
Dmod.rs8 pub mod sampling_mode; module
/external/rust/crates/criterion/src/
Dbenchmark.rs25 pub sampling_mode: SamplingMode, field
38 pub(crate) sampling_mode: Option<SamplingMode>, field
Dbenchmark_group.rs233 pub fn sampling_mode(&mut self, new_mode: SamplingMode) -> &mut Self { in sampling_mode() method
Dlib.rs1564 sampling_mode: ActualSamplingMode, field