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

Struct of data in one case. More...

#include <stat_bench/reporter/data_file_spec.h>

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

Public Attributes

util::Utf8String case_name {}
 Name of case.
 
std::vector< CustomOutputDatacustom_outputs {}
 Custom outputs without statistics.
 
std::vector< CustomStatOutputDatacustom_stat_outputs {}
 Custom outputs with statistics.
 
DurationData durations {}
 Durations.
 
util::Utf8String group_name {}
 Name of group.
 
std::size_t iterations {}
 Number of iterations.
 
util::Utf8String measurer_name {}
 Name of measurer.
 
std::unordered_map< util::Utf8String, util::Utf8Stringparams {}
 Parameters.
 
std::size_t samples {}
 Number of samples.
 

Detailed Description

Struct of data in one case.

Definition at line 98 of file data_file_spec.h.

Member Data Documentation

◆ case_name

util::Utf8String stat_bench::reporter::data_file_spec::MeasurementData::case_name {}

Name of case.

Definition at line 103 of file data_file_spec.h.

◆ custom_outputs

std::vector<CustomOutputData> stat_bench::reporter::data_file_spec::MeasurementData::custom_outputs {}

Custom outputs without statistics.

Definition at line 124 of file data_file_spec.h.

◆ custom_stat_outputs

std::vector<CustomStatOutputData> stat_bench::reporter::data_file_spec::MeasurementData::custom_stat_outputs {}

Custom outputs with statistics.

Definition at line 121 of file data_file_spec.h.

◆ durations

DurationData stat_bench::reporter::data_file_spec::MeasurementData::durations {}

Durations.

Definition at line 118 of file data_file_spec.h.

◆ group_name

util::Utf8String stat_bench::reporter::data_file_spec::MeasurementData::group_name {}

Name of group.

Definition at line 100 of file data_file_spec.h.

◆ iterations

std::size_t stat_bench::reporter::data_file_spec::MeasurementData::iterations {}

Number of iterations.

Definition at line 112 of file data_file_spec.h.

◆ measurer_name

util::Utf8String stat_bench::reporter::data_file_spec::MeasurementData::measurer_name {}

Name of measurer.

Definition at line 109 of file data_file_spec.h.

◆ params

std::unordered_map<util::Utf8String, util::Utf8String> stat_bench::reporter::data_file_spec::MeasurementData::params {}

Parameters.

Definition at line 106 of file data_file_spec.h.

◆ samples

std::size_t stat_bench::reporter::data_file_spec::MeasurementData::samples {}

Number of samples.

Definition at line 115 of file data_file_spec.h.


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