Changeset: ff73da05856e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ff73da05856e Modified Files: gdk/gdk_system.c Branch: Dec2016 Log Message:
Don't use the coarse timer on Linux. It's supposedly faster execution time doesn't compensate for the distinct lack of precision. diffs (12 lines): diff --git a/gdk/gdk_system.c b/gdk/gdk_system.c --- a/gdk/gdk_system.c +++ b/gdk/gdk_system.c @@ -898,8 +898,6 @@ GDKusec(void) #ifdef HAVE_CLOCK_GETTIME #if defined(CLOCK_UPTIME_FAST) #define CLK_ID CLOCK_UPTIME_FAST /* FreeBSD */ -#elif defined(CLOCK_MONOTONIC_COARSE) -#define CLK_ID CLOCK_MONOTONIC_COARSE /* Linux >= 2.6.32 */ #else #define CLK_ID CLOCK_MONOTONIC /* Posix (fallback) */ #endif _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list