cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of Runner class. More...
#include <memory>
#include <utility>
#include <vector>
#include "stat_bench/bench_impl/benchmark_case_registry.h"
#include "stat_bench/bench_impl/i_benchmark_case.h"
#include "stat_bench/benchmark_condition.h"
#include "stat_bench/measurer/i_measurer.h"
#include "stat_bench/reporter/i_reporter.h"
#include "stat_bench/runner/config.h"
Go to the source code of this file.
Classes | |
class | stat_bench::runner::Runner |
Class of runners of benchmarks. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::runner |
Namespace of classes to run benchmarks. | |
Definition of Runner class.
Definition in file runner.h.