CppBenchmark  1.0.4.0
C++ Benchmark Library
CppBenchmark::Settings Member List

This is the complete list of members for CppBenchmark::Settings, including all inherited members.

Attempts(int attempts)CppBenchmark::Settings
attempts() const noexceptCppBenchmark::Settingsinline
Benchmark classCppBenchmark::Settingsfriend
BenchmarkPC classCppBenchmark::Settingsfriend
BenchmarkThreads classCppBenchmark::Settingsfriend
Duration(int64_t duration)CppBenchmark::Settings
duration() const noexceptCppBenchmark::Settingsinline
Infinite()CppBenchmark::Settings
infinite() const noexceptCppBenchmark::Settingsinline
Latency(int64_t lowest, int64_t highest, int significant, bool automatic=true)CppBenchmark::Settings
latency() const noexceptCppBenchmark::Settingsinline
latency_auto() const noexceptCppBenchmark::Settingsinline
operations() const noexceptCppBenchmark::Settingsinline
Operations(int64_t operations)CppBenchmark::Settings
operator=(const Settings &)=defaultCppBenchmark::Settings
operator=(Settings &&) noexcept=defaultCppBenchmark::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 noexceptCppBenchmark::Settingsinline
pc() const noexceptCppBenchmark::Settingsinline
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 &)=defaultCppBenchmark::Settings
Settings(Settings &&) noexcept=defaultCppBenchmark::Settings
Threads(int threads)CppBenchmark::Settings
threads() const noexceptCppBenchmark::Settingsinline
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()=defaultCppBenchmark::Settings