From b75b19790bd5dfca42b44e91aa6ebb481ec69444 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 19 May 2024 21:00:15 +0200 Subject: cmd: implement timebench --- sysroot/bin/sh/timebenches | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sysroot/bin/sh/timebenches (limited to 'sysroot/bin') diff --git a/sysroot/bin/sh/timebenches b/sysroot/bin/sh/timebenches new file mode 100644 index 0000000..01600f0 --- /dev/null +++ b/sysroot/bin/sh/timebenches @@ -0,0 +1,7 @@ +#!/bin/shell +echo === /dev/ntp, ascii === +timebench -a /dev/ntp +echo === /dev/bintime, ascii === +timebench -b /dev/bintime +echo === the syscall === +timebench -s -- cgit v1.2.3