[#BENCHMARK_RELATIVE_NAMED_PARAM_MULTI] = BENCHMARK_RELATIVE_NAMED_PARAM_MULTI :mrdocs: Same as BENCHMARK_RELATIVE_NAMED_PARAM, but allows one to return the actual number of iterations that have been run. == Synopsis Declared in `<folly/Benchmark.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BENCHMARK_RELATIVE_NAMED_PARAM_MULTI(name, param_name, ...) ---- == Parameters [cols="1,4"] |=== | Name| Description | *name* | The benchmarked function's identifier. | *param_name* | The label used for this parameter set in the output. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#