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