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

Struct of root objects in data files. More...

#include <stat_bench/reporter/data_file_spec.h>

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

Public Attributes

util::Utf8String finished_at {}
 Timestamp on end.
 
std::vector< MeasurementDatameasurements {}
 Measurements.
 
util::Utf8String started_at {}
 Timestamp on beginning.
 

Detailed Description

Struct of root objects in data files.

Definition at line 130 of file data_file_spec.h.

Member Data Documentation

◆ finished_at

util::Utf8String stat_bench::reporter::data_file_spec::RootData::finished_at {}

Timestamp on end.

Definition at line 135 of file data_file_spec.h.

◆ measurements

std::vector<MeasurementData> stat_bench::reporter::data_file_spec::RootData::measurements {}

Measurements.

Definition at line 138 of file data_file_spec.h.

◆ started_at

util::Utf8String stat_bench::reporter::data_file_spec::RootData::started_at {}

Timestamp on beginning.

Definition at line 132 of file data_file_spec.h.


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