added sec_t
This commit is contained in:
parent
ee2b88a412
commit
d6436d0833
@ -12,6 +12,8 @@ typedef u64 nsec_t;
|
||||
typedef u64 usec_t;
|
||||
/// miliseconds
|
||||
typedef u64 msec_t;
|
||||
/// seconds
|
||||
typedef u64 sec_t;
|
||||
|
||||
/// system time now in nanoseconds
|
||||
///@return u64 will overflow in 13 years
|
||||
|
||||
Loading…
Reference in New Issue
Block a user