summaryrefslogtreecommitdiff
path: root/tests/stopwatch.h
AgeCommit message (Collapse)AuthorFilesLines
2015-04-15tests: Improve stopwatch.hWerner Koch1-5/+13
* tests/stopwatch.h (elapsed_time): Add arg divisor.
2013-09-16tests: Factor time measurement code out.Werner Koch1-0/+105
* tests/benchmark.c (started_at, stopped_at, start_timer, stop_timer) (elapsed time): Factor out to .. * tests/stopwatch.h: new file.