Go to the source code of this file.
Functions | |
LWES_INT_64 | currentTimeMillisLongLong (void) |
Get time in milliseconds. | |
void | convertUnixLongLongTimeToTimeval (LWES_INT_64 timestamp, struct timeval *t) |
Convert to timeval. |
|
Get time in milliseconds. LWES started in Java, and in Java we use milliseconds since epoch for times. So here is a convenience methods for getting the current time in milliseconds since epoch
|
|
Convert to timeval. Converting an LWES_INT_64 to a struct timeval. This is useful for printing the time.
|