cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of functions to help output of data files. More...
#include "stat_bench/reporter/data_file_helper.h"
#include <cstddef>
#include <functional>
#include "stat_bench/benchmark_case_name.h"
#include "stat_bench/benchmark_condition.h"
#include "stat_bench/benchmark_full_name.h"
#include "stat_bench/benchmark_group_name.h"
#include "stat_bench/measurer/measurer_name.h"
Go to the source code of this file.
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::reporter |
Namespace of reporters of results of benchmarks. | |
namespace | stat_bench::reporter::data_file_spec |
Namespace of specification of data files. | |
Functions | |
auto | stat_bench::reporter::data_file_spec::convert (const measurer::Measurement &measurement) -> MeasurementData |
Convert to data for data files. | |
auto | stat_bench::reporter::data_file_spec::convert (const param::ParameterDict ¶ms) -> std::unordered_map< util::Utf8String, util::Utf8String > |
Convert to data for data files. | |
auto | stat_bench::reporter::data_file_spec::convert (const stat::Statistics &stat) -> StatData |
Convert to data for data files. | |
auto | stat_bench::reporter::data_file_spec::convert (const std::shared_ptr< stat::CustomStatOutput > &stat_output, const stat::Statistics &stat) -> CustomStatOutputData |
Convert to data for data files. | |
auto | stat_bench::reporter::data_file_spec::convert (const std::vector< std::pair< CustomOutputName, double > > &outputs) -> std::vector< CustomOutputData > |
Convert to data for data files. | |
auto | stat_bench::reporter::data_file_spec::convert (const std::vector< std::shared_ptr< stat::CustomStatOutput > > &stat_outputs, const std::vector< stat::Statistics > &stats) -> std::vector< CustomStatOutputData > |
Convert to data for data files. | |
auto | stat_bench::reporter::data_file_spec::convert (const std::vector< std::vector< clock::Duration > > &durations, const stat::Statistics &durations_stat) -> DurationData |
Convert to data for data files. | |
Definition of functions to help output of data files.
Definition in file data_file_helper.cpp.