From e69717d9e0cd107f461abff85f255be82d7bd69b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 3 Sep 2019 18:07:28 +0000 Subject: Big wallclock/stopwatch refactor. It was long overdue. * --enable-clock and --enable-monotonic are gone * tain_sysclock() has been renamed tain_wallclock_read() * tain_wallclock_read() reads from CLOCK_REALTIME (or gettimeofday()) * tain_clockmon[_init]() have been renamed to tain_stopwatch_[read|init]() and now accept a monotonic clock name as an extra argument * tain_now() points to the system (wall) clock by default * tain_now_set_[stopwatch|wallclock]() can be used to switch Now to make a pass on all skarnet.org programs and add a tain_now_set_stopwatch() call everywhere needed... >.> --- AUTHORS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index cc2b7ee..d89bd8f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -34,3 +34,5 @@ Thanks to: Samuel Holland Jan Bramkamp Johannes Nixdorf + Casper Ti. Vector + Guillermo -- cgit v1.2.3