cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of constants for labels in plots. More...
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. | |
Variables | |
constexpr const char * | stat_bench::plots::case_name_label = "Case" |
Label for case names in plots. | |
constexpr const char * | stat_bench::plots::cumulative_probability_label = "Cumulative Probability" |
Label for cumulative probability in plots. | |
constexpr const char * | stat_bench::plots::sample_index_label = "Sample Index" |
Label for sample index in plots. | |
constexpr const char * | stat_bench::plots::time_error_label = "Standard Error of Time [s]" |
Label for errors of processing time in plots. | |
constexpr const char * | stat_bench::plots::time_label = "Time [s]" |
Label for processing time in plots. | |
Definition of constants for labels in plots.
Definition in file common_labels.h.