cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
stat_bench::bench_impl::BenchCaseHelper< Fixture > Class Template Reference

Class to help definition of cases in benchmarks. More...

#include <stat_bench/bench_impl/benchmark_case_helper.h>

+ Inheritance diagram for stat_bench::bench_impl::BenchCaseHelper< Fixture >:
+ Collaboration diagram for stat_bench::bench_impl::BenchCaseHelper< Fixture >:

Protected Member Functions

 BenchCaseHelper (const BenchmarkGroupName &group_name, const BenchmarkCaseName &case_name)
 Constructor.
 

Detailed Description

template<typename Fixture>
class stat_bench::bench_impl::BenchCaseHelper< Fixture >

Class to help definition of cases in benchmarks.

Template Parameters
FixtureType of the fixture.

Definition at line 35 of file benchmark_case_helper.h.

Constructor & Destructor Documentation

◆ BenchCaseHelper()

template<typename Fixture>
stat_bench::bench_impl::BenchCaseHelper< Fixture >::BenchCaseHelper ( const BenchmarkGroupName & group_name,
const BenchmarkCaseName & case_name )
inlineprotected

Constructor.

Parameters
[in]group_nameGroup name.
[in]case_nameCase name.

Definition at line 43 of file benchmark_case_helper.h.


The documentation for this class was generated from the following file: