cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
|
Definition of calc_stat function. More...
#include "stat_bench/stat/calc_stat.h"
#include <Eigen/Core>
#include <algorithm>
#include <cmath>
#include <stdexcept>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | stat_bench |
Namespace of stat_bench source codes. | |
namespace | stat_bench::stat |
Namespace of statistics. | |
Functions | |
auto | stat_bench::stat::calc_stat (const std::vector< std::vector< clock::Duration > > &durations, std::size_t iterations) -> stat::Statistics |
Calculate statistics. | |
auto | stat_bench::stat::calc_stat (const std::vector< std::vector< double > > &values) -> stat::Statistics |
Calculate statistics. | |
Definition of calc_stat function.
Definition in file calc_stat.cpp.