aboutsummaryrefslogtreecommitdiff
path: root/zencore/timer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added lofreq timer update to httpsys main loopStefan Boberg2021-10-111-2/+6
|
* Merged from upstreamStefan Boberg2021-10-051-0/+16
|
* metrics: added OperationTiming which is a useful combination of a Meter and ↵Stefan Boberg2021-09-301-1/+8
| | | | a Histogram, intended to track frequency and duration of certain operations
* timer: cleaned up Stopwatch, removed GetCpuTimerValueStefan Boberg2021-09-291-12/+0
|
* Fixed up some internals for coding conventionsStefan Boberg2021-09-271-6/+8
|
* It's not possible to compile out testsStefan Boberg2021-09-201-1/+7
| | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly.
* Use zen::Sleep() in timer.cpp's testsMartin Ridgers2021-09-151-10/+1
|
* Timer API implementation for LinuxMartin Ridgers2021-09-141-1/+25
|
* Adding zenservice codeStefan Boberg2021-05-111-0/+67