cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of Measurement class. More...
#include <cstddef>
#include <memory>
#include <utility>
#include <vector>
#include "stat_bench/benchmark_condition.h"
#include "stat_bench/benchmark_full_name.h"
#include "stat_bench/clock/duration.h"
#include "stat_bench/custom_output_name.h"
#include "stat_bench/measurer/measurer_name.h"
#include "stat_bench/stat/calc_stat.h"
#include "stat_bench/stat/custom_stat_output.h"
#include "stat_bench/stat/statistics.h"
Go to the source code of this file.
Classes | |
class | stat_bench::measurer::Measurement |
Class of data of measurements. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::measurer |
Namespace of classes to measure time in benchmarks. | |
Definition of Measurement class.
Definition in file measurement.h.