[#BENCHMARK_IMPL] = BENCHMARK_IMPL :mrdocs: Introduces a benchmark function. Used internally, see BENCHMARK and friends below. == Synopsis Declared in `<folly/Benchmark.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BENCHMARK_IMPL(funName, stringName, rv, paramType, paramName) ---- == Parameters [cols="1,4"] |=== | Name| Description | *funName* | The generated benchmark function's identifier. | *stringName* | The benchmark's display name. | *rv* | The value the benchmark lambda returns as its iteration count. | *paramType* | The type of the benchmark's iteration parameter. | *paramName* | The name of the benchmark's iteration parameter. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#