cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of STAT_BENCH_IMPL_UNIQUE_NAME macro. More...
Go to the source code of this file.
Macros | |
#define | STAT_BENCH_IMPL_COUNTER __COUNTER__ |
Macro to get a counter. | |
#define | STAT_BENCH_IMPL_UNIQUE_NAME(PREFIX) |
Macro to generate a unique name. | |
#define | STAT_BENCH_IMPL_UNIQUE_NAME_IMPL(PREFIX, COUNTER) |
Macro to concatenate the prefix and the counter. | |
#define | STAT_BENCH_IMPL_UNIQUE_NAME_IMPL2(PREFIX, COUNTER) |
Macro to concatenate the prefix and the counter. | |
Definition of STAT_BENCH_IMPL_UNIQUE_NAME macro.
Definition in file unique_name.h.
#define STAT_BENCH_IMPL_COUNTER __COUNTER__ |
Macro to get a counter.
Definition at line 25 of file unique_name.h.
#define STAT_BENCH_IMPL_UNIQUE_NAME | ( | PREFIX | ) |
Macro to generate a unique name.
[in] | PREFIX | Prefix. |
Definition at line 49 of file unique_name.h.
#define STAT_BENCH_IMPL_UNIQUE_NAME_IMPL | ( | PREFIX, | |
COUNTER ) |
Macro to concatenate the prefix and the counter.
[in] | PREFIX | Prefix. |
[in] | COUNTER | Counter. |
Definition at line 41 of file unique_name.h.
#define STAT_BENCH_IMPL_UNIQUE_NAME_IMPL2 | ( | PREFIX, | |
COUNTER ) |
Macro to concatenate the prefix and the counter.
[in] | PREFIX | Prefix. |
[in] | COUNTER | Counter. |
Definition at line 33 of file unique_name.h.