cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of structs to specify the structure of data files. More...
#include <cstddef>
#include <functional>
#include <unordered_map>
#include <vector>
#include "stat_bench/util/utf8_string.h"
Go to the source code of this file.
Classes | |
struct | stat_bench::reporter::data_file_spec::CustomOutputData |
Struct of custom outputs without statistics. More... | |
struct | stat_bench::reporter::data_file_spec::CustomStatOutputData |
Struct of custom outputs with statistics. More... | |
struct | stat_bench::reporter::data_file_spec::DurationData |
Struct of durations. More... | |
struct | stat_bench::reporter::data_file_spec::MeasurementData |
Struct of data in one case. More... | |
struct | stat_bench::reporter::data_file_spec::RootData |
Struct of root objects in data files. More... | |
struct | stat_bench::reporter::data_file_spec::StatData |
Struct of data of statistics. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::reporter |
Namespace of reporters of results of benchmarks. | |
namespace | stat_bench::reporter::data_file_spec |
Namespace of specification of data files. | |
Definition of structs to specify the structure of data files.
Definition in file data_file_spec.h.