OClock Testing Ground * Keep out ;) *
  • C 66.8%
  • M4 31.8%
  • Makefile 1.4%
Find a file
Mickaël Delahaye 002a01465e Update macosx.md
2015-01-31 13:31:24 +01:00
docs Update macosx.md 2015-01-31 13:31:24 +01:00
.gitignore Add missing AC_SUBST for macos x's clock_get_time 2014-12-03 20:47:32 +01:00
config.h.in Fix gethrvtime and reorganize to decrease the average number of tests 2014-12-03 20:34:47 +01:00
configure Fix clock_get_time test 2014-12-03 21:06:16 +01:00
configure.ac Fix clock_get_time test 2014-12-03 21:06:16 +01:00
Makefile Add various function check and a monotonic clock test program 2014-12-01 22:36:25 +01:00
Makefile.config.in Add more functions to wallclock and improve makefile 2014-11-29 23:09:54 +01:00
monotonic.c Add Windows' QPC to monotonic test program 2014-12-04 21:47:29 +01:00
README.md Minor edit in README.md 2015-01-31 13:04:42 +01:00
wallclock.c Add MacOS X clock_get_time to examples 2014-12-03 21:27:27 +01:00

OClock Testing Ground

Various experiments on time implementation for OClock.

./configure
make

Clock functions

Similar docs:

Cross-compiling notes

  • 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 of clock_gettime. But who really want to get that additional dependency?

    ./configure CFLAGS=-no-pthread # should it be in LDFLAGS?