LookingGlass/common
Quantum 996b9e7e7b [common] time: fully implement all functionality for windows
We implement nanotime by converting QueryPerformanceTimer output with
floating point arithmetic. This is necessary to preserve precision on
platforms where each tick is not an integer number of nanoseconds.

Furthermore, struct timespec is included C11 and appears to be supported
on Windows, so we no longer need to #ifdef it out.
2021-07-29 10:16:52 +10:00
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [common] time: fully implement all functionality for windows 2021-07-29 10:16:52 +10:00
src [host/common] windows: provide delayExecution via nsleep 2021-07-26 16:36:56 +10:00
CMakeLists.txt [common] added new ringbuffer helper for metrics collection 2021-07-17 21:09:51 +10:00