Various experiments on time implementation for OClock.
./configure
make
Similar docs:
-
Says weird things about
GetSystemTimeAdjustment
. But overall very interesting. -
C/C++ tip: How to measure elapsed real time for benchmarking
-
On ArchLinux,
x86_64-w64-mingw32-gcc
builds with the-pthread
flag by default. I don't see the point really here, except that winpthread has some good implementation ofclock_gettime
. But who really want to get that additional dependency?./configure CFLAGS=-no-pthread # should it be in LDFLAGS?