57 [[nodiscard]]
auto threads() const noexcept ->
std::
size_t {
66 [[nodiscard]]
auto params() const noexcept -> const
param::ParameterDict& {
82 return static_cast<std::size_t
>(1);
89 param::ParameterDict params_;
auto threads() const noexcept -> std::size_t
Get the number of threads.
BenchmarkCondition(std::size_t threads, param::ParameterDict params)
Constructor.
auto params() const noexcept -> const param::ParameterDict &
Get the parameters.
BenchmarkCondition(const param::ParameterDict ¶ms)
Constructor.
Class of dictionaries of parameters.
Namespace of parameters of benchmarks.
auto num_threads_parameter_name() -> const ParameterName &
Get the parameter name for the number of threads.
Namespace of stat_bench source codes.
Definition of num_threads_parameter_name function.
Definition of ParameterDict class.