[Git][NTPsec/ntpsec][master] Added util/bumpclock.c for testing.
Hal Murray
gitlab at mg.gitlab.com
Tue Dec 1 12:17:31 UTC 2015
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
e8eff2c1 by Hal Murray at 2015-12-01T04:16:25Z
Added util/bumpclock.c for testing.
- - - - -
2 changed files:
- util/README
- util/wscript
Changes:
=====================================
util/README
=====================================
--- a/util/README
+++ b/util/README
@@ -11,6 +11,11 @@ audio-pcm.c:: Probe the capabilities of your sound card. Assumes the
SunOS/Solaris/OpenSolaris, also implemented by *BSD
and in the old OSS Linux sound layer.
+bumpclock.c:: This is a simple program to bump the system clock so
+ you can see how ntpd and your OS respond. The single
+ argument is the time-to-bump in microseconds. The
+ default is 100000.
+
hist.c:: This program can be used to calibrate the clock reading
jitter of a particular CPU and operating system. It
first tickles every element of an array, in order to
=====================================
util/wscript
=====================================
--- a/util/wscript
+++ b/util/wscript
@@ -4,7 +4,7 @@ def build(ctx):
srcnode = ctx.srcnode.abspath()
bldnode = ctx.bldnode.abspath()
- util = ['hist', 'propdelay', 'sht']
+ util = ['bumpclock', 'hist', 'propdelay', 'sht']
if ctx.env.PLATFORM_TARGET not in ['netbsd', 'osx']:
util += ['tg2']
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e8eff2c12ac977024c6462a2850fc69fa9d365e4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20151201/d3975827/attachment.html>
More information about the vc
mailing list