cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
stat_bench::reporter::data_file_spec::CustomStatOutputData Struct Reference

Struct of custom outputs with statistics. More...

#include <stat_bench/reporter/data_file_spec.h>

+ Collaboration diagram for stat_bench::reporter::data_file_spec::CustomStatOutputData:

Public Attributes

util::Utf8String name {}
 Name of data.
 
StatData stat {}
 Statistics.
 
std::vector< std::vector< float > > values {}
 Values.
 

Detailed Description

Struct of custom outputs with statistics.

Definition at line 73 of file data_file_spec.h.

Member Data Documentation

◆ name

util::Utf8String stat_bench::reporter::data_file_spec::CustomStatOutputData::name {}

Name of data.

Definition at line 75 of file data_file_spec.h.

◆ stat

StatData stat_bench::reporter::data_file_spec::CustomStatOutputData::stat {}

Statistics.

Definition at line 78 of file data_file_spec.h.

◆ values

std::vector<std::vector<float> > stat_bench::reporter::data_file_spec::CustomStatOutputData::values {}

Values.

Definition at line 81 of file data_file_spec.h.


The documentation for this struct was generated from the following file: