cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of BenchmarkGroup class. More...
#include <memory>
#include "stat_bench/bench_impl/benchmark_group_config.h"
#include "stat_bench/bench_impl/i_benchmark_case.h"
#include "stat_bench/benchmark_case_name.h"
#include "stat_bench/benchmark_group_name.h"
#include "stat_bench/filters/composed_filter.h"
#include "stat_bench/util/ordered_map.h"
Go to the source code of this file.
Classes | |
class | stat_bench::bench_impl::BenchmarkGroup |
Class of groups of cases in benchmarks. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::bench_impl |
Namespace of internal implementation. | |
Definition of BenchmarkGroup class.
Definition in file benchmark_group.h.