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

Definition of calc_stat function. More...

#include "stat_bench/stat/calc_stat.h"
#include <Eigen/Core>
#include <algorithm>
#include <cmath>
#include <stdexcept>
#include <utility>
+ Include dependency graph for calc_stat.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::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.
 

Detailed Description

Definition of calc_stat function.

Definition in file calc_stat.cpp.