9 #ifndef CPPBENCHMARK_SETTINGS_PC_H
10 #define CPPBENCHMARK_SETTINGS_PC_H
Settings & PC(int producers, int consumers)
Add new producers/consumers count to the benchmark running plan.
int64_t operations() const noexcept
Get count of operations.
Settings()
Initialize settings with the default benchmark duration (5 seconds)
Producers/Consumers benchmark settings.
SettingsPC(int producers, int consumers, int64_t operations)
Initialize settings with the given count of producers/consumers and the given count of operations.
SettingsPC(int producers, int consumers)
Initialize settings with the given count of producers/consumers.
SettingsPC()
Initialize settings with the default benchmark duration (5 seconds)
SettingsPC(SettingsPC &&) noexcept=default
SettingsPC(Settings &&settings) noexcept
SettingsPC(const Settings &settings)
SettingsPC(const SettingsPC &)=default
C++ Benchmark project definitions.
Benchmark settings definition.