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