Lines Matching refs:Detail
57 struct TestChronometerModel : Catch::Benchmark::Detail::ChronometerConcept {
71 auto iterations = Catch::Benchmark::Detail::warmup<counting_clock>();
74 REQUIRE((iterations * rate) > Catch::Benchmark::Detail::warmup_time.count());
75 REQUIRE((end - start) > Catch::Benchmark::Detail::warmup_time);
83 auto res = Catch::Benchmark::Detail::resolution<counting_clock>(static_cast<int>(count));
97 auto res = Catch::Benchmark::Detail::estimate_clock_resolution<counting_clock>(iters);
108 auto fn = Catch::Benchmark::Detail::BenchmarkFunction{ [&] { in __anon8f9a69590402()
125 auto fn = Catch::Benchmark::Detail::BenchmarkFunction{ [&](Catch::Benchmark::Chronometer) { in __anon8f9a69590502()
144 …auto e = Catch::Benchmark::Detail::bootstrap(0.95, samples.begin(), samples.end(), samples, [](it … in __anon8f9a69590602()
156 using Catch::Benchmark::Detail::normal_cdf;
165 using Catch::Benchmark::Detail::erfc_inv;
172 using Catch::Benchmark::Detail::normal_quantile;
182 auto m = Catch::Benchmark::Detail::mean(x.begin(), x.end());
190 auto q1 = Catch::Benchmark::Detail::weighted_average_quantile(1, 4, x.begin(), x.end());
191 auto med = Catch::Benchmark::Detail::weighted_average_quantile(1, 2, x.begin(), x.end());
192 auto q3 = Catch::Benchmark::Detail::weighted_average_quantile(3, 4, x.begin(), x.end());
211 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
219 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
227 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
235 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
243 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
251 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
274 auto analysis = Catch::Benchmark::Detail::analyse(config, env, samples.begin(), samples.end());
315 auto analysis = Catch::Benchmark::Detail::analyse(config, env, samples.begin(), samples.end());
338 …auto Timing = Catch::Benchmark::Detail::run_for_at_least<manual_clock>(time, 1, [&old_x](int x) ->… in __anon8f9a69590802()
354 …auto Timing = Catch::Benchmark::Detail::run_for_at_least<manual_clock>(time, 1, [&old_runs](Catch:… in __anon8f9a69590902()
371 auto r = Catch::Benchmark::Detail::measure<manual_clock>([](int x) -> int { in __anon8f9a69590b02()
376 auto s = Catch::Benchmark::Detail::measure<manual_clock>([](int x) -> int { in __anon8f9a69590c02()