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

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

Attempts(int attempts)CppBenchmark::Settings
attempts() const noexceptCppBenchmark::Settingsinline
duration() const noexceptCppBenchmark::Settingsinline
Duration(int64_t duration)CppBenchmark::Settings
Infinite()CppBenchmark::Settings
infinite() const noexceptCppBenchmark::Settingsinline
latency() const noexceptCppBenchmark::Settingsinline
Latency(int64_t lowest, int64_t highest, int significant, bool automatic=true)CppBenchmark::Settings
latency_auto() const noexceptCppBenchmark::Settingsinline
Operations(int64_t operations)CppBenchmark::Settings
operations() const noexceptCppBenchmark::Settingsinline
operator=(const SettingsThreads &)=defaultCppBenchmark::SettingsThreads
operator=(SettingsThreads &&) noexcept=defaultCppBenchmark::SettingsThreads
CppBenchmark::Settings::operator=(const Settings &)=defaultCppBenchmark::Settings
CppBenchmark::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
SettingsThreads()CppBenchmark::SettingsThreadsinline
SettingsThreads(int threads)CppBenchmark::SettingsThreadsinline
SettingsThreads(int threads, int64_t operations)CppBenchmark::SettingsThreadsinline
SettingsThreads(const Settings &settings)CppBenchmark::SettingsThreadsinline
SettingsThreads(const SettingsThreads &)=defaultCppBenchmark::SettingsThreads
SettingsThreads(Settings &&settings) noexceptCppBenchmark::SettingsThreadsinline
SettingsThreads(SettingsThreads &&) noexcept=defaultCppBenchmark::SettingsThreads
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
~SettingsThreads()=defaultCppBenchmark::SettingsThreads