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

Declaration of calc_stat function. More...

#include <cstddef>
#include <vector>
#include "stat_bench/clock/duration.h"
#include "stat_bench/stat/statistics.h"
+ Include dependency graph for calc_stat.h:
+ 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

Declaration of calc_stat function.

Definition in file calc_stat.h.