23#include <unordered_map>
47 -> std::unordered_map<util::Utf8String, util::Utf8String>;
65 const std::vector<std::vector<clock::Duration>>& durations,
76 const std::shared_ptr<stat::CustomStatOutput>& stat_output,
87 const std::vector<std::shared_ptr<stat::CustomStatOutput>>& stat_outputs,
88 const std::vector<stat::Statistics>& stats)
89 -> std::vector<CustomStatOutputData>;
98 const std::vector<std::pair<CustomOutputName, double>>& outputs)
99 -> std::vector<CustomOutputData>;
Class of data of measurements.
Class of dictionaries of parameters.
Class to calculate statistics.
Definition of CustomOutputName class.
Definition of CustomStatOutput class.
Definition of structs to specify the structure of data files.
Definition of Duration class.
Definition of Measurement class.
Namespace of specification of data files.
auto convert(const param::ParameterDict ¶ms) -> std::unordered_map< util::Utf8String, util::Utf8String >
Convert to data for data files.
Namespace of reporters of results of benchmarks.
Namespace of stat_bench source codes.
Definition of ParameterDict class.
Definition of Statistics class.
Struct of custom outputs with statistics.
Struct of data in one case.
Struct of data of statistics.
Definition of Utf8String class.