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

Struct of durations. More...

#include <stat_bench/reporter/data_file_spec.h>

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

Public Attributes

StatData stat {}
 Statistics.
 
std::vector< std::vector< float > > values {}
 Values.
 

Detailed Description

Struct of durations.

Definition at line 62 of file data_file_spec.h.

Member Data Documentation

◆ stat

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

Statistics.

Definition at line 64 of file data_file_spec.h.

◆ values

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

Values.

Definition at line 67 of file data_file_spec.h.


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