ref: 22ae0e366f8678ac2df9104ba37c2e2ab9c0190d 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);