cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Enumeration of options for plots. More...
#include <stat_bench/plot_option.h>
Public Types | |
using | Value = unsigned |
Type of values. | |
Static Public Attributes | |
static constexpr Value | log_output = 0x2U |
Plot custom outputs in the log scale. | |
static constexpr Value | log_parameter = 0x1U |
Plot parameters in the log scale. | |
static constexpr Value | none = 0U |
No options. | |
Enumeration of options for plots.
Definition at line 30 of file plot_option.h.
using stat_bench::PlotOption::Value = unsigned |
Type of values.
Definition at line 33 of file plot_option.h.
|
staticconstexpr |
Plot custom outputs in the log scale.
Definition at line 42 of file plot_option.h.
|
staticconstexpr |
Plot parameters in the log scale.
Definition at line 39 of file plot_option.h.
|
staticconstexpr |
No options.
Definition at line 36 of file plot_option.h.