BENCHMARK_PARAM_MULTI

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

Synopsis

Declared in <folly/Benchmark.h>

#define BENCHMARK_PARAM_MULTI(name, param)

Parameters

NameDescription
nameThe benchmarked function's identifier.
paramThe parameter value passed to the benchmarked function.