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

Struct of custom outputs without statistics. More...

#include <stat_bench/reporter/data_file_spec.h>

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

Public Attributes

util::Utf8String name {}
 Name of data.
 
float value {}
 Value.
 

Detailed Description

Struct of custom outputs without statistics.

Definition at line 87 of file data_file_spec.h.

Member Data Documentation

◆ name

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

Name of data.

Definition at line 89 of file data_file_spec.h.

◆ value

float stat_bench::reporter::data_file_spec::CustomOutputData::value {}

Value.

Definition at line 92 of file data_file_spec.h.


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