[#BENCHMARK_RELATIVE_PARAM] = BENCHMARK_RELATIVE_PARAM :mrdocs: A combination of BENCHMARK_RELATIVE and BENCHMARK_PARAM. == Synopsis Declared in `<folly/Benchmark.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BENCHMARK_RELATIVE_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]#