ref: 3f3bedb88862a0a955c8357081e4f8ba89b88b81 dir: /timefuncs.h/
#pragma once double sec_realtime(void); uint64_t nanosec_monotonic(void); void timestring(double s, char *buf, int sz); double parsetime(const char *s); void sleep_ms(int ms);