cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Struct of durations. More...
#include <stat_bench/reporter/data_file_spec.h>
Public Attributes | |
StatData | stat {} |
Statistics. | |
std::vector< std::vector< float > > | values {} |
Values. | |
Struct of durations.
Definition at line 62 of file data_file_spec.h.
StatData stat_bench::reporter::data_file_spec::DurationData::stat {} |
Statistics.
Definition at line 64 of file data_file_spec.h.
std::vector<std::vector<float> > stat_bench::reporter::data_file_spec::DurationData::values {} |
Values.
Definition at line 67 of file data_file_spec.h.