cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
stat_bench::PlotOption Class Reference

Enumeration of options for plots. More...

#include <stat_bench/plot_option.h>

+ Collaboration diagram for stat_bench::PlotOption:

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.
 

Detailed Description

Enumeration of options for plots.

Deprecated
This class will be removed in favor of stat_bench::PlotOptions class.

Definition at line 30 of file plot_option.h.

Member Typedef Documentation

◆ Value

Type of values.

Definition at line 33 of file plot_option.h.

Member Data Documentation

◆ log_output

Value stat_bench::PlotOption::log_output = 0x2U
staticconstexpr

Plot custom outputs in the log scale.

Definition at line 42 of file plot_option.h.

◆ log_parameter

Value stat_bench::PlotOption::log_parameter = 0x1U
staticconstexpr

Plot parameters in the log scale.

Definition at line 39 of file plot_option.h.

◆ none

Value stat_bench::PlotOption::none = 0U
staticconstexpr

No options.

Definition at line 36 of file plot_option.h.


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