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