cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Declaration of create_data_table function. More...
#include <utility>
#include <vector>
#include <plotly_plotter/data_table.h>
#include "stat_bench/custom_output_name.h"
#include "stat_bench/measurer/measurement.h"
#include "stat_bench/param/parameter_name.h"
Go to the source code of this file.
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::plots |
Namespace of plotting. | |
Functions | |
auto | stat_bench::plots::create_data_table_for_cdf_plot (const std::vector< measurer::Measurement > &measurements) -> plotly_plotter::data_table |
Create a data table for cumulative distribution functions. | |
auto | stat_bench::plots::create_data_table_with_all_time (const std::vector< measurer::Measurement > &measurements, const std::vector< param::ParameterName > ¶meter_names) -> plotly_plotter::data_table |
Create a data table with all samples of processing time. | |
auto | stat_bench::plots::create_data_table_with_custom_output (const std::vector< measurer::Measurement > &measurements, const std::vector< param::ParameterName > ¶meter_names, const CustomOutputName &output_name) -> std::pair< plotly_plotter::data_table, bool > |
Create a data table with a custom output. | |
auto | stat_bench::plots::create_data_table_with_mean_time (const std::vector< measurer::Measurement > &measurements, const std::vector< param::ParameterName > ¶meter_names) -> plotly_plotter::data_table |
Create a data table with the mean of processing time. | |
Declaration of create_data_table function.
Definition in file create_data_table.h.