cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Class of information of cases in benchmarks. More...
#include <stat_bench/benchmark_full_name.h>
Public Member Functions | |
BenchmarkFullName (BenchmarkGroupName group_name, BenchmarkCaseName case_name) noexcept | |
Constructor. | |
auto | case_name () const noexcept -> const BenchmarkCaseName & |
Get the name of the case in the benchmark. | |
auto | group_name () const noexcept -> const BenchmarkGroupName & |
Get the name of the group of cases. | |
Class of information of cases in benchmarks.
Definition at line 34 of file benchmark_full_name.h.
|
inlinenoexcept |
Constructor.
[in] | group_name | Name of the group of cases. |
[in] | case_name | Name of the case in the benchmark. |
Definition at line 42 of file benchmark_full_name.h.
|
inlinenodiscardnoexcept |
Get the name of the case in the benchmark.
Definition at line 62 of file benchmark_full_name.h.
|
inlinenodiscardnoexcept |
Get the name of the group of cases.
Definition at line 52 of file benchmark_full_name.h.