cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Struct of custom outputs without statistics. More...
#include <stat_bench/reporter/data_file_spec.h>
Public Attributes | |
util::Utf8String | name {} |
Name of data. | |
float | value {} |
Value. | |
Struct of custom outputs without statistics.
Definition at line 87 of file data_file_spec.h.
util::Utf8String stat_bench::reporter::data_file_spec::CustomOutputData::name {} |
Name of data.
Definition at line 89 of file data_file_spec.h.
float stat_bench::reporter::data_file_spec::CustomOutputData::value {} |
Value.
Definition at line 92 of file data_file_spec.h.