cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
group_impl.h File Reference

Definition of STAT_BENCH_IMPL_GROUP_IMPL macro. More...

+ Include dependency graph for group_impl.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of STAT_BENCH_IMPL_GROUP_IMPL macro.

Definition in file group_impl.h.

Macro Definition Documentation

◆ STAT_BENCH_IMPL_GROUP_IMPL

#define STAT_BENCH_IMPL_GROUP_IMPL ( GROUP_NAME,
REGISTER_NAME )
Value:
static const auto REGISTER_NAME = \
::stat_bench::bench_impl::BenchmarkGroupRegister( \
Class of names of groups of benchmarks.

Macro to define and configure a group.

Parameters
[in]GROUP_NAMEGroup name.
[in]REGISTER_NAMEBenchmarkGroupRegister variable name.

Definition at line 31 of file group_impl.h.