Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_clock.c
Commit message (Collapse)AuthorAgeFilesLines
* Prevent numer overflow in test_clockArthur de Jong2015-03-221-3/+3
|
* Add a test for clock_gettime() supported clocksArthur de Jong2013-09-021-0/+158
This probes the system for available clocks to see if they can be reliably used to get a monotonic-like timer (the test doesn't verify the monotonic part, just usability).