1 2 3 4 5 6 7 8 9
#ifndef __INC_TIME_H #define __INC_TIME_H #include <stdint.h> extern uint64_t now_monotonic_usec(); extern uint64_t ts(); #endif /* __INC_TIME_H */