cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
time_to_output_by_parameter_line_plot.cpp File Reference

Implementation of TimeToOutputByParameterLinePlot class. More...

#include "stat_bench/plots/time_to_output_by_parameter_line_plot.h"
#include <iterator>
#include <utility>
#include <vector>
#include <fmt/base.h>
#include <fmt/format.h>
#include <plotly_plotter/figure.h>
#include <plotly_plotter/figure_builders/line.h>
#include <plotly_plotter/figure_builders/scatter.h>
#include <plotly_plotter/write_html.h>
#include "common_labels.h"
#include "create_data_table.h"
#include "stat_bench/util/escape_for_file_name.h"
#include "stat_bench/util/string_view.h"
+ Include dependency graph for time_to_output_by_parameter_line_plot.cpp:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implementation of TimeToOutputByParameterLinePlot class.

Definition in file time_to_output_by_parameter_line_plot.cpp.