cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Helper class to measure a function. More...
#include <stat_bench/bench_impl/measure_impl.h>
Public Member Functions | |
FunctionMeasurer (InvocationContext &context=current_invocation_context()) | |
Constructor. | |
template<typename Func> | |
void | operator<< (const Func &func) |
Measure a function. | |
Helper class to measure a function.
Definition at line 33 of file measure_impl.h.
|
inlineexplicit |
|
inline |
Measure a function.
Func | Type of the function. |
[in] | func | Function. |
Definition at line 51 of file measure_impl.h.