ref: 0c0ebbea9a5068f5d2e6740d97350179255de3dd 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);