cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
data_file_spec.h File Reference

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"
+ Include dependency graph for data_file_spec.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of structs to specify the structure of data files.

Definition in file data_file_spec.h.