cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of CustomStatOutput class. More...
#include <cstddef>
#include <cstdint>
#include <utility>
#include <vector>
#include "stat_bench/clock/duration.h"
#include "stat_bench/custom_output_name.h"
#include "stat_bench/stat/calc_stat.h"
#include "stat_bench/stat/statistics.h"
#include "stat_bench/stat_bench_exception.h"
Go to the source code of this file.
Classes | |
class | stat_bench::stat::CustomStatOutput |
Class of custom outputs with statistics. More... | |
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::stat |
Namespace of statistics. | |
Enumerations | |
enum class | stat_bench::stat::CustomOutputAnalysisType : std::uint8_t { stat_bench::stat::mean , stat_bench::stat::rate_per_sec } |
Enumeration of types of analysis applied to custom outputs. More... | |
Definition of CustomStatOutput class.
Definition in file custom_stat_output.h.