cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
plot_reporter.h File Reference

Definition of PlotReporter class. More...

#include <memory>
#include <string>
#include <vector>
#include "stat_bench/measurer/measurement.h"
#include "stat_bench/measurer/measurer_name.h"
#include "stat_bench/plots/i_plot.h"
#include "stat_bench/reporter/i_reporter.h"
#include "stat_bench/util/utf8_string.h"
+ Include dependency graph for plot_reporter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stat_bench::reporter::PlotReporter
 Class to generate plots of measurement results. More...
 

Namespaces

namespace  stat_bench
 Namespace of stat_bench source codes.
 
namespace  stat_bench::reporter
 Namespace of reporters of results of benchmarks.
 

Detailed Description

Definition of PlotReporter class.

Definition in file plot_reporter.h.