From: Adam Michalski Date: Fri, 18 Feb 2022 12:28:10 +0000 (+0100) Subject: Add missing help message entry for raw data mode X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d4ecdc0311bd12ea072a2ff5db94d3ce4a36ed9;p=platform%2Fcore%2Fsystem%2Fdbus-tools.git Add missing help message entry for raw data mode Added missing raw data mode help entry to the common help message. Change-Id: Id5148eb6430746c6d48b288eefc4d523e78bebc5 --- 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"); }