Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dbenchmark.rs15 pub sampling_mode: SamplingMode, field
29 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.rs1432 sampling_mode: ActualSamplingMode, field
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/benches/benchmarks/
Dmod.rs8 pub mod sampling_mode; module