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

This is the complete list of members for CppBenchmark::SettingsPC, 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 SettingsPC &)=defaultCppBenchmark::SettingsPC
operator=(SettingsPC &&) noexcept=defaultCppBenchmark::SettingsPC
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
SettingsPC()CppBenchmark::SettingsPCinline
SettingsPC(int producers, int consumers)CppBenchmark::SettingsPCinline
SettingsPC(int producers, int consumers, int64_t operations)CppBenchmark::SettingsPCinline
SettingsPC(const Settings &settings)CppBenchmark::SettingsPCinline
SettingsPC(const SettingsPC &)=defaultCppBenchmark::SettingsPC
SettingsPC(Settings &&settings) noexceptCppBenchmark::SettingsPCinline
SettingsPC(SettingsPC &&) noexcept=defaultCppBenchmark::SettingsPC
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
~SettingsPC()=defaultCppBenchmark::SettingsPC