Home
last modified time | relevance | path

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

/external/rust/crates/criterion/src/analysis/
Dcompare.rs8 build_change_estimates, ChangeDistributions, ChangeEstimates, ChangePointEstimates, Estimates,
131 let estimates = build_change_estimates(&distributions, &points, cl); in estimates()
/external/rust/crates/criterion/src/
Destimate.rs73 pub fn build_change_estimates( in build_change_estimates() function