summaryrefslogtreecommitdiff
path: root/lib/stopwatch.c
Commit message (Expand)AuthorAgeFilesLines
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* stopwatch: Fix buffer underflow when computing percentiles.Dumitru Ceara2022-02-141-3/+1
* stopwatch: Free stopwatch packets after processingDumitru Ceara2019-05-081-0/+1
* stopwatch: Fix qsort comparison function.Ilya Maximets2018-12-181-1/+1
* stopwatch: Remove tabs from output.Ben Pfaff2018-06-111-6/+6
* stopwatch: Add latch_poll to stopwatch loop.Mark Michelson2018-04-131-0/+1
* stopwatch: Fix Windows incompatibilityMark Michelson2018-04-101-38/+54
* stopwatch: Explicitly ignore write() return value.Justin Pettit2018-04-061-5/+6
* stopwatch: Fix some minor coding style issues.Justin Pettit2018-04-061-11/+11
* tests: Add tests for stopwatch moduleJakub Sitnicki2018-04-031-1/+1
* stopwatch: Add API for waiting until samples have been processedJakub Sitnicki2018-04-031-8/+26
* stopwatch: Add API for retrieving calculated statisticsJakub Sitnicki2018-04-031-0/+34
* Add stopwatch timing APIMark Michelson2018-04-031-0/+483