cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Class of configuration of a group of cases in benchmarks. More...
#include <stat_bench/bench_impl/benchmark_group_config.h>
Public Member Functions | |
BenchmarkGroupConfig ()=default | |
Constructor. | |
void | add_plot (std::shared_ptr< plots::IPlot > plot) |
Add a plot to the group. | |
auto | plots () const noexcept -> const std::vector< std::shared_ptr< plots::IPlot > > & |
Get the plots in the group. | |
Class of configuration of a group of cases in benchmarks.
Definition at line 34 of file benchmark_group_config.h.
|
inline |
Add a plot to the group.
[in] | plot | Plot. |
Definition at line 46 of file benchmark_group_config.h.
|
inlinenodiscardnoexcept |