summaryrefslogtreecommitdiff
path: root/sysroot
diff options
context:
space:
mode:
authordzwdz2024-05-19 21:00:15 +0200
committerdzwdz2024-05-19 21:00:15 +0200
commitb75b19790bd5dfca42b44e91aa6ebb481ec69444 (patch)
tree07ab7cc00cfb15f7f326e645c0054e672c05408f /sysroot
parent317da94139c592d20e90a4f74cdb67c620d72d4a (diff)
cmd: implement timebench
Diffstat (limited to 'sysroot')
-rw-r--r--sysroot/bin/sh/timebenches7
1 files changed, 7 insertions, 0 deletions
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