Home
last modified time | relevance | path

Searched defs:confidence_level (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/criterion/src/
Dbenchmark.rs18 pub confidence_level: f64, field
31 pub(crate) confidence_level: Option<f64>, field
Destimate.rs30 pub confidence_level: f64, field
Dbenchmark_group.rs182 pub fn confidence_level(&mut self, cl: f64) -> &mut Self { in confidence_level() method
Dconnection.rs335 confidence_level: f64, field
Dlib.rs601 pub fn confidence_level(mut self, cl: f64) -> Criterion<M> { in confidence_level() method
/external/catch2/include/internal/benchmark/detail/
Dcatch_stats.hpp108 …Estimate<double> bootstrap(double confidence_level, Iterator first, Iterator last, sample const& r… in bootstrap()
Dcatch_stats.cpp178 …bootstrap_analysis analyse_samples(double confidence_level, int n_resamples, std::vector<double>::… in analyse_samples()
/external/catch2/single_include/catch2/
Dcatch.hpp6993 …Estimate<double> bootstrap(double confidence_level, Iterator first, Iterator last, sample const& r… in bootstrap()
7746 …bootstrap_analysis analyse_samples(double confidence_level, int n_resamples, std::vector<double>::… in analyse_samples()
/external/libabigail/tests/lib/
Dcatch.hpp7025 …Estimate<double> bootstrap(double confidence_level, Iterator first, Iterator last, sample const& r… in bootstrap()
7797 …bootstrap_analysis analyse_samples(double confidence_level, int n_resamples, std::vector<double>::… in analyse_samples()