24#include <unordered_map>
67 std::vector<std::vector<float>>
values{};
81 std::vector<std::vector<float>>
values{};
106 std::unordered_map<util::Utf8String, util::Utf8String>
params{};
Class of UTF-8 encoded string.
Namespace of specification of data files.
Namespace of reporters of results of benchmarks.
Namespace of stat_bench source codes.
Struct of custom outputs without statistics.
util::Utf8String name
Name of data.
Struct of custom outputs with statistics.
std::vector< std::vector< float > > values
Values.
util::Utf8String name
Name of data.
std::vector< std::vector< float > > values
Values.
Struct of data in one case.
std::size_t iterations
Number of iterations.
util::Utf8String measurer_name
Name of measurer.
util::Utf8String group_name
Name of group.
std::vector< CustomStatOutputData > custom_stat_outputs
Custom outputs with statistics.
util::Utf8String case_name
Name of case.
std::unordered_map< util::Utf8String, util::Utf8String > params
Parameters.
DurationData durations
Durations.
std::size_t samples
Number of samples.
std::vector< CustomOutputData > custom_outputs
Custom outputs without statistics.
Struct of root objects in data files.
util::Utf8String finished_at
Timestamp on end.
util::Utf8String started_at
Timestamp on beginning.
std::vector< MeasurementData > measurements
Measurements.
Struct of data of statistics.
float standard_deviation
Standard deviation.
float standard_error
Standard error.
Definition of Utf8String class.