From 874dbb8323dd4d7eff3ff16cff0cfafc16ddbfa7 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 1 Dec 2009 12:00:48 +0000 Subject: Consolidate the non-canonical epoch timers, like cpuid and Win32's QueryPerformanceCounter, into an entropy source hres_timer. Its results, if any, do not count as contributing entropy to the poll. Convert the other (monotonic/fixed epoch) timers to a single function get_nanoseconds_clock(), living in time.h, which statically chooses the 'best' timer type (clock_gettime, gettimeofday, std::clock, in that order depending on what is available). Add feature test macros for clock_gettime and gettimeofday. Remove the Timer class and timer.h. Remove the Timer& argument to the algorithm benchmark function. --- src/build-data/os/netbsd.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/build-data/os/netbsd.txt') diff --git a/src/build-data/os/netbsd.txt b/src/build-data/os/netbsd.txt index 0063948c7..312377096 100644 --- a/src/build-data/os/netbsd.txt +++ b/src/build-data/os/netbsd.txt @@ -1,5 +1,9 @@ os_type unix + +gettimeofday + + all -- cgit v1.2.3