ref: 9a206b8d44ec5a94593bf9b030fe308c16461e5e dir: /src/timefuncs.h/
#pragma once double sec_realtime(void); u64int nanosec_monotonic(void); void timestring(double s, char *buf, int sz); double parsetime(const char *s); void sleep_ms(int ms);