What do you do on ARM?
[1]: https://developer.arm.com/documentation/102379/0104/The-proc...
* https://jdebp.uk/Softwares/djbwares/guide/commands/clockspee...
* https://github.com/jdebp/djbwares/commit/8d2c20930c8700b1786...
Yes, 27 years later it now compiles on a non-Intel architecture. (-:
struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);
What do you do on ARM?