Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/analysis/
Dcompare.rs5 use crate::benchmark::BenchmarkConfig;
19 config: &BenchmarkConfig, in common() argument
75 config: &BenchmarkConfig, in t_test() argument
105 config: &BenchmarkConfig, in estimates() argument
Dmod.rs9 use crate::benchmark::BenchmarkConfig;
42 config: &BenchmarkConfig, in common() argument
271 config: &BenchmarkConfig, in regression() argument
300 fn estimates(avg_times: &Sample<f64>, config: &BenchmarkConfig) -> (Distributions, Estimates) { in estimates()
/external/rust/crates/criterion/src/
Dconnection.rs259 benchmark_config: BenchmarkConfig,
334 pub struct BenchmarkConfig { struct
343 impl From<&crate::benchmark::BenchmarkConfig> for BenchmarkConfig { argument
344 fn from(other: &crate::benchmark::BenchmarkConfig) -> Self { in from()
345 BenchmarkConfig { in from()
Dbenchmark.rs17 pub struct BenchmarkConfig { struct
59 pub(crate) fn to_complete(&self, defaults: &BenchmarkConfig) -> BenchmarkConfig { in to_complete() argument
60 BenchmarkConfig { in to_complete()
563 config: &BenchmarkConfig, in execute_benchmark() argument
Droutine.rs1 use crate::benchmark::BenchmarkConfig;
86 config: &BenchmarkConfig, in sample() argument
Dlib.rs92 use crate::benchmark::BenchmarkConfig;
364 config: BenchmarkConfig,
424 config: BenchmarkConfig { in default()