cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of BenchmarkFullName class. More...
#include <utility>
#include <fmt/base.h>
#include "stat_bench/benchmark_case_name.h"
#include "stat_bench/benchmark_group_name.h"
Go to the source code of this file.
Classes | |
class | stat_bench::BenchmarkFullName |
Class of information of cases in benchmarks. More... | |
struct | fmt::formatter< stat_bench::BenchmarkFullName > |
Implementation of fmt::formatter for stat_bench::BenchmarkFullName. More... | |
Namespaces | |
namespace | fmt |
Namespace of fmt library. | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
Definition of BenchmarkFullName class.
Definition in file benchmark_full_name.h.