Fix for https://github.com/fatbob313/umurmur/issues/20
authorSzymon Pusz <szymon@pusz.net>
Sat, 9 Nov 2013 10:57:59 +0000 (11:57 +0100)
committerSzymon Pusz <szymon@pusz.net>
Sat, 9 Nov 2013 11:02:19 +0000 (12:02 +0100)
commit743413746c3161a885cd7db1919a4cd90cbf03ff
treef54d0063b55f7f5e8118d989e098b30882a10cdc
parent0203f5ed9211a3e0958d83844db32bad7a0e11e7
Fix for https://github.com/fatbob313/umurmur/issues/20
Uses monotonic clock instead of gettimeofday() which can provide wrong time if system clock changes (eg.due to NTP time sync, manual time change).
After this fix timespan measurements will be always stable and accurate.
src/timer.c