ref: bc6c865b6f48a1d19172c7e8d9545fa0a4d41247 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);