From 9006dd5edd55879c6c35d6dff1cdb4f913b20ba3 Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Fri, 13 Oct 2023 13:55:05 -0600 Subject: [PATCH] Document new macro --- wolfcrypt/benchmark/benchmark.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wolfcrypt/benchmark/benchmark.c b/wolfcrypt/benchmark/benchmark.c index 8f9e315f3..c069ee50f 100644 --- a/wolfcrypt/benchmark/benchmark.c +++ b/wolfcrypt/benchmark/benchmark.c @@ -37,6 +37,9 @@ * when the output should be in machine-parseable format: * GENERATE_MACHINE_PARSEABLE_REPORT * + * use microseconds as the unit of time: + * BENCH_MICROSECOND + * * Enable tracking of the stats into an allocated linked list: * (use -print to display results): * WC_BENCH_TRACK_STATS