2019-08-09 14:00:03 -04:00
|
|
|
uint64_t i64time();
|
2008-06-30 21:53:51 -04:00
|
|
|
double clock_now();
|
|
|
|
void timestring(double seconds, char *buffer, size_t len);
|
2010-05-02 14:28:53 -04:00
|
|
|
double parsetime(const char *str);
|
2008-06-30 21:53:51 -04:00
|
|
|
void sleep_ms(int ms);
|
|
|
|
void timeparts(int32_t *buf, double t);
|