OClock Testing Ground * Keep out ;) *
- C 66.8%
- M4 31.8%
- Makefile 1.4%
| docs | ||
| .gitignore | ||
| config.h.in | ||
| configure | ||
| configure.ac | ||
| Makefile | ||
| Makefile.config.in | ||
| monotonic.c | ||
| README.md | ||
| wallclock.c | ||
OClock Testing Ground
Various experiments on time implementation for OClock.
./configure
make
Clock functions
Similar docs:
-
Says weird things about
GetSystemTimeAdjustment. But overall very interesting. -
C/C++ tip: How to measure elapsed real time for benchmarking
Cross-compiling notes
-
On ArchLinux,
x86_64-w64-mingw32-gccbuilds with the-pthreadflag 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?