Same as BENCHMARK_RELATIVE_PARAM, but allows one to return the actual number of iterations that have been run.
Synopsis
Declared in <folly/Benchmark.h>
#define BENCHMARK_RELATIVE_PARAM_MULTI(name, param)
Parameters
Name |
Description |
name |
The benchmarked function's identifier. |
param |
The parameter value passed to the benchmarked function. |
Created with MrDocs