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