Searched refs:BenchmarkConfig (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/criterion/src/analysis/ |
D | compare.rs | 5 use crate::benchmark::BenchmarkConfig; 19 config: &BenchmarkConfig, in common() argument 75 config: &BenchmarkConfig, in t_test() argument 105 config: &BenchmarkConfig, in estimates() argument
|
D | mod.rs | 9 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/ |
D | connection.rs | 259 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()
|
D | benchmark.rs | 17 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
|
D | routine.rs | 1 use crate::benchmark::BenchmarkConfig; 86 config: &BenchmarkConfig, in sample() argument
|
D | lib.rs | 92 use crate::benchmark::BenchmarkConfig; 364 config: BenchmarkConfig, 424 config: BenchmarkConfig { in default()
|