summaryrefslogtreecommitdiffstats
path: root/test/src/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-1/+1
* Update brace style.Jason Evans2017-01-211-10/+8
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-2/+0
* Refactor out signed/unsigned comparisons.Jason Evans2016-03-151-3/+2
* 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