cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of IReporter class. More...
#include <exception>
#include "stat_bench/bench_impl/benchmark_group_config.h"
#include "stat_bench/benchmark_condition.h"
#include "stat_bench/benchmark_full_name.h"
#include "stat_bench/benchmark_group_name.h"
#include "stat_bench/clock/system_time_point.h"
#include "stat_bench/measurer/measurement.h"
#include "stat_bench/measurer/measurer_name.h"
Go to the source code of this file.
Classes | |
class | stat_bench::reporter::IReporter |
Interface of reporters. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::reporter |
Namespace of reporters of results of benchmarks. | |
Definition of IReporter class.
Definition in file i_reporter.h.