cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Implementation of Runner class. More...
#include "stat_bench/runner/runner.h"
#include <exception>
#include <memory>
#include <string>
#include "stat_bench/bench_impl/benchmark_case_registry.h"
#include "stat_bench/bench_impl/benchmark_group.h"
#include "stat_bench/benchmark_case_name.h"
#include "stat_bench/benchmark_condition.h"
#include "stat_bench/benchmark_group_name.h"
#include "stat_bench/clock/system_clock.h"
#include "stat_bench/clock/system_time_point.h"
#include "stat_bench/filters/composed_filter.h"
#include "stat_bench/measurer/mean_processing_time_measurer.h"
#include "stat_bench/measurer/processing_time_measurer.h"
#include "stat_bench/param/parameter_config.h"
#include "stat_bench/param/parameter_generator.h"
#include "stat_bench/reporter/compressed_msgpack_reporter.h"
#include "stat_bench/reporter/console_reporter.h"
#include "stat_bench/reporter/json_reporter.h"
#include "stat_bench/reporter/msgpack_reporter.h"
#include "stat_bench/reporter/plot_reporter.h"
#include "stat_bench/util/ordered_map.h"
Go to the source code of this file.
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::runner |
Namespace of classes to run benchmarks. | |
Implementation of Runner class.
Definition in file runner.cpp.