cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of determine_iterations function. More...
#include "stat_bench/measurer/determine_iterations.h"
#include <algorithm>
#include <vector>
#include "stat_bench/clock/duration.h"
#include "stat_bench/measurer/measure_once.h"
#include "stat_bench/measurer/measurement.h"
Go to the source code of this file.
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::measurer |
Namespace of classes to measure time in benchmarks. | |
Functions | |
auto | stat_bench::measurer::determine_iterations (bench_impl::IBenchmarkCase *bench_case, const BenchmarkCondition &cond, const MeasurerName &measurer_name, double min_sample_duration_sec) -> std::size_t |
Determine number of iterations. | |
Definition of determine_iterations function.
Definition in file determine_iterations.cpp.