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

Implementation of PlotReporter class. More...

#include "stat_bench/reporter/plot_reporter.h"
#include <cstddef>
#include <filesystem>
#include <memory>
#include <utility>
#include <fmt/format.h>
#include "stat_bench/bench_impl/benchmark_group_config.h"
#include "stat_bench/benchmark_group_name.h"
#include "stat_bench/plots/box_plot.h"
#include "stat_bench/plots/cdf_line_plot.h"
#include "stat_bench/plots/samples_line_plot.h"
#include "stat_bench/plots/violin_plot.h"
#include "stat_bench/util/escape_for_file_name.h"
#include "stat_bench/util/utf8_string.h"
+ Include dependency graph for plot_reporter.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::reporter
 Namespace of reporters of results of benchmarks.
 

Detailed Description

Implementation of PlotReporter class.

Definition in file plot_reporter.cpp.