cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Class to help definition of cases in benchmarks. More...
#include <stat_bench/bench_impl/benchmark_case_helper.h>
Protected Member Functions | |
BenchCaseHelper (const BenchmarkGroupName &group_name, const BenchmarkCaseName &case_name) | |
Constructor. | |
Class to help definition of cases in benchmarks.
Fixture | Type of the fixture. |
Definition at line 35 of file benchmark_case_helper.h.
|
inlineprotected |
Constructor.
[in] | group_name | Group name. |
[in] | case_name | Case name. |
Definition at line 43 of file benchmark_case_helper.h.