CppBenchmark
1.0.4.0
C++ Benchmark Library
|
This is the complete list of members for CppBenchmark::Settings, including all inherited members.
Attempts(int attempts) | CppBenchmark::Settings | |
attempts() const noexcept | CppBenchmark::Settings | inline |
Benchmark class | CppBenchmark::Settings | friend |
BenchmarkPC class | CppBenchmark::Settings | friend |
BenchmarkThreads class | CppBenchmark::Settings | friend |
Duration(int64_t duration) | CppBenchmark::Settings | |
duration() const noexcept | CppBenchmark::Settings | inline |
Infinite() | CppBenchmark::Settings | |
infinite() const noexcept | CppBenchmark::Settings | inline |
Latency(int64_t lowest, int64_t highest, int significant, bool automatic=true) | CppBenchmark::Settings | |
latency() const noexcept | CppBenchmark::Settings | inline |
latency_auto() const noexcept | CppBenchmark::Settings | inline |
operations() const noexcept | CppBenchmark::Settings | inline |
Operations(int64_t operations) | CppBenchmark::Settings | |
operator=(const Settings &)=default | CppBenchmark::Settings | |
operator=(Settings &&) noexcept=default | CppBenchmark::Settings | |
Pair(int value1, int value2) | CppBenchmark::Settings | |
PairRange(int from1, int to1, int from2, int to2) | CppBenchmark::Settings | |
PairRange(int from1, int to1, const std::function< int(int, int, int &)> &selector1, int from2, int to2, const std::function< int(int, int, int &)> &selector2) | CppBenchmark::Settings | |
Param(int value) | CppBenchmark::Settings | |
ParamRange(int from, int to) | CppBenchmark::Settings | |
ParamRange(int from, int to, const std::function< int(int, int, int &)> &selector) | CppBenchmark::Settings | |
params() const noexcept | CppBenchmark::Settings | inline |
pc() const noexcept | CppBenchmark::Settings | inline |
PC(int producers, int consumers) | CppBenchmark::Settings | |
PCRange(int producers_from, int producers_to, int consumers_from, int consumers_to) | CppBenchmark::Settings | |
PCRange(int producers_from, int producers_to, const std::function< int(int, int, int &)> &producers_selector, int consumers_from, int consumers_to, const std::function< int(int, int, int &)> &consumers_selector) | CppBenchmark::Settings | |
Settings() | CppBenchmark::Settings | |
Settings(int64_t operations) | CppBenchmark::Settings | |
Settings(const Settings &)=default | CppBenchmark::Settings | |
Settings(Settings &&) noexcept=default | CppBenchmark::Settings | |
Threads(int threads) | CppBenchmark::Settings | |
threads() const noexcept | CppBenchmark::Settings | inline |
ThreadsRange(int from, int to) | CppBenchmark::Settings | |
ThreadsRange(int from, int to, const std::function< int(int, int, int &)> &selector) | CppBenchmark::Settings | |
Triple(int value1, int value2, int value3) | CppBenchmark::Settings | |
TripleRange(int from1, int to1, int from2, int to2, int from3, int to3) | CppBenchmark::Settings | |
TripleRange(int from1, int to1, const std::function< int(int, int, int &)> &selector1, int from2, int to2, const std::function< int(int, int, int &)> &selector2, int from3, int to3, const std::function< int(int, int, int &)> &selector3) | CppBenchmark::Settings | |
~Settings()=default | CppBenchmark::Settings |