cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Declaration of determine_iterations function. More...
#include <cstddef>
#include "stat_bench/bench_impl/i_benchmark_case.h"
#include "stat_bench/benchmark_condition.h"
#include "stat_bench/measurer/measurer_name.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. | |
Declaration of determine_iterations function.
Definition in file determine_iterations.h.