added NS_PER_MS define

This commit is contained in:
Anthony Pesch 2017-09-10 16:30:59 -04:00
parent 4fb9a65990
commit ed76f10761
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <time.h>
#define NS_PER_SEC INT64_C(1000000000)
#define NS_PER_MS INT64_C(1000000)
int64_t time_nanoseconds();