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

Declaration of measure_once function. More...

+ Include dependency graph for measure_once.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::measurer
 Namespace of classes to measure time in benchmarks.
 

Functions

auto stat_bench::measurer::measure_once (bench_impl::IBenchmarkCase *bench_case, const BenchmarkCondition &cond, const MeasurerName &measurer_name, std::size_t iterations, std::size_t samples, std::size_t warming_up_samples) -> Measurement
 Measure durations once.
 

Detailed Description

Declaration of measure_once function.

Definition in file measure_once.h.