[#BENCHMARK_COUNTERS_NAMED_PARAM] = BENCHMARK_COUNTERS_NAMED_PARAM :mrdocs: Like BENCHMARK_NAMED_PARAM, but passes a UserCounters& parameter to the benchmark function for recording custom counters. == Synopsis Declared in `<folly/Benchmark.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BENCHMARK_COUNTERS_NAMED_PARAM(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]#