cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Struct of custom outputs with statistics. More...
#include <stat_bench/reporter/data_file_spec.h>
Public Attributes | |
util::Utf8String | name {} |
Name of data. | |
StatData | stat {} |
Statistics. | |
std::vector< std::vector< float > > | values {} |
Values. | |
Struct of custom outputs with statistics.
Definition at line 73 of file data_file_spec.h.
util::Utf8String stat_bench::reporter::data_file_spec::CustomStatOutputData::name {} |
Name of data.
Definition at line 75 of file data_file_spec.h.
StatData stat_bench::reporter::data_file_spec::CustomStatOutputData::stat {} |
Statistics.
Definition at line 78 of file data_file_spec.h.
std::vector<std::vector<float> > stat_bench::reporter::data_file_spec::CustomStatOutputData::values {} |
Values.
Definition at line 81 of file data_file_spec.h.