From 2d4ecdc0311bd12ea072a2ff5db94d3ce4a36ed9 Mon Sep 17 00:00:00 2001 From: Adam Michalski Date: Fri, 18 Feb 2022 13:28:10 +0100 Subject: [PATCH] Add missing help message entry for raw data mode Added missing raw data mode help entry to the common help message. Change-Id: Id5148eb6430746c6d48b288eefc4d523e78bebc5 --- benchmark/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/common.c b/benchmark/common.c index a459b7f..43d4925 100644 --- a/benchmark/common.c +++ b/benchmark/common.c @@ -23,5 +23,6 @@ void print_help(char **argv) printf("-b: measure bandwidth\n"); printf("-l: measure latency\n"); printf("-t: number of real tries (default: 1000)\n"); + printf("-r: raw data mode (store every possible latency measurement in a csv file)\n"); printf("-h: print help page\n"); } -- 2.34.1