From a738df1d0825c40daf35a4f55e044bb91b51c61a Mon Sep 17 00:00:00 2001 From: Laurent MAZET Date: Thu, 23 Oct 2025 11:05:05 +0200 Subject: [PATCH] correct clock test title --- clock.c | 2 +- getname.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clock.c b/clock.c index fa3fdcd..6a18d93 100644 --- a/clock.c +++ b/clock.c @@ -15,7 +15,7 @@ dts_t *deltas = NULL; int nb_measurements = 0; -char *message = "Clock accuracy"; +char *message = "Clock resolution"; void (*usage_ext) (FILE *) = NULL; int (*parse_arg_ext) (char *) = NULL; diff --git a/getname.sh b/getname.sh index a29196d..f59138a 100755 --- a/getname.sh +++ b/getname.sh @@ -15,7 +15,7 @@ case "$1" in ;; *) case "$*" in - "Clock accuracy") test=clock;; + "Clock resolution") test=clock;; "Cycle accuracy") test=cycle;; "Message queue latency") test=mq_lat;; "Mutex latency") test=mutex;; -- 2.30.2