cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of STAT_BENCH_IMPL_MEASURE_IMPL macro. More...
#include <cstddef>
#include "stat_bench/current_invocation_context.h"
#include "stat_bench/invocation_context.h"
Go to the source code of this file.
Classes | |
class | stat_bench::impl::FunctionMeasurer |
Helper class to measure a function. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::impl |
Namespace of internal implementation. | |
Macros | |
#define | STAT_BENCH_IMPL_MEASURE_IMPL( THREAD_INDEX_VAR, SAMPLE_INDEX_VAR, ITERATION_INDEX_VAR) |
Macro to measure a function. | |
Definition of STAT_BENCH_IMPL_MEASURE_IMPL macro.
Definition in file measure_impl.h.
#define STAT_BENCH_IMPL_MEASURE_IMPL | ( | THREAD_INDEX_VAR, | |
SAMPLE_INDEX_VAR, | |||
ITERATION_INDEX_VAR ) |
Macro to measure a function.
[in] | THREAD_INDEX_VAR | Variable name of the index of the thread. |
[in] | SAMPLE_INDEX_VAR | Variable name of the index of the sample. |
[in] | ITERATION_INDEX_VAR | Variable name of the index of the iteration. |
Definition at line 70 of file measure_impl.h.