BENCHMARK_NAMED_PARAM_MULTI

Same as BENCHMARK_NAMED_PARAM, but allows one to return the actual number of iterations that have been run.

Synopsis

Declared in <folly/Benchmark.h>

#define BENCHMARK_NAMED_PARAM_MULTI(name, param_name, ...)

Parameters

NameDescription
nameThe benchmarked function's identifier.
param_nameThe label used for this parameter set in the output.