64 [[deprecated(
"Use add_parameter_to_time_line_plot instead.")]]
auto
Definition of BenchmarkGroup class.
Definition of BenchmarkGroupName class.
Class of names of groups of benchmarks.
Class of options for plots.
auto add_parameter_to_output_line_plot(util::StringView parameter_name, util::StringView custom_output_name, PlotOptions options=PlotOptions()) noexcept -> BenchmarkGroupRegister &
Add a line plot of a custom output with respect to a parameter to the group.
auto add_parameter_to_time_line_plot(util::StringView parameter_name, PlotOptions options=PlotOptions()) noexcept -> BenchmarkGroupRegister &
Add a line plot of processing time with respect to a parameter to the group.
auto add_parameter_to_time_box_plot(util::StringView parameter_name, PlotOptions options=PlotOptions()) noexcept -> BenchmarkGroupRegister &
Add a box plot of processing time with respect to a parameter to the group.
auto add_time_to_output_by_parameter_line_plot(util::StringView parameter_name, util::StringView custom_output_name, PlotOptions options=PlotOptions()) noexcept -> BenchmarkGroupRegister &
Add a line plot of a custom output with respect to processing time while parameter changes.
auto add_parameter_to_time_violin_plot(util::StringView parameter_name, PlotOptions options=PlotOptions()) noexcept -> BenchmarkGroupRegister &
Add a violin plot of processing time with respect to a parameter to the group.
BenchmarkGroupRegister(const BenchmarkGroupName &name) noexcept
Constructor.
auto add_parameter_to_time_line_plot_log(util::StringView parameter_name) noexcept -> BenchmarkGroupRegister &
Add a line plot of processing time with respect to a parameter in the log scale to the group.
Class of groups of cases in benchmarks.
Class of view of strings.
Namespace of internal implementation.
Namespace of stat_bench source codes.
Definition of PlotOptions class.
Declaration of check_glob_pattern function.