cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of STAT_BENCH_IMPL_GROUP_IMPL macro. More...
#include "stat_bench/bench_impl/benchmark_group_register.h"
#include "stat_bench/benchmark_group_name.h"
Go to the source code of this file.
Macros | |
#define | STAT_BENCH_IMPL_GROUP_IMPL(GROUP_NAME, REGISTER_NAME) |
Macro to define and configure a group. | |
Definition of STAT_BENCH_IMPL_GROUP_IMPL macro.
Definition in file group_impl.h.
#define STAT_BENCH_IMPL_GROUP_IMPL | ( | GROUP_NAME, | |
REGISTER_NAME ) |
Macro to define and configure a group.
[in] | GROUP_NAME | Group name. |
[in] | REGISTER_NAME | BenchmarkGroupRegister variable name. |
Definition at line 31 of file group_impl.h.