[#BENCHMARK_COUNTERS_PARAM] = BENCHMARK_COUNTERS_PARAM :mrdocs: Like BENCHMARK_PARAM, but passes a UserCounters& parameter. == Synopsis Declared in `<folly/Benchmark.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BENCHMARK_COUNTERS_PARAM(name, param) ---- == Parameters [cols="1,4"] |=== | Name| Description | *name* | The benchmarked function's identifier. | *param* | The parameter value passed to the benchmarked function. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#