summaryrefslogtreecommitdiffstats
path: root/test/src/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor time_* into nstime_*.Jason Evans2016-02-221-8/+8
* Flesh out time_*() API.Jason Evans2016-02-201-32/+8
* Fix MinGW-related portability issues.Jason Evans2015-07-231-2/+2
* 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