summaryrefslogtreecommitdiffstats
path: root/test/src/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Add timer support for Windows.Jason Evans2015-07-131-7/+18
* use CLOCK_MONOTONIC in the timer if it's availableDaniel Micay2015-03-131-0/+17
* avoid conflict with the POSIX timer_t typeDaniel Micay2014-09-081-4/+4
* Add a simple timer implementation for use in benchmarking.Jason Evans2014-09-081-0/+57