[#BENCHMARK_DRAW_TEXT] = BENCHMARK_DRAW_TEXT :mrdocs: Prints arbitrary text. == Synopsis Declared in `<folly/Benchmark.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BENCHMARK_DRAW_TEXT(text) ---- == Parameters [cols="1,4"] |=== | Name| Description | *text* | The text to print in the benchmark output. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#