#include <inttypes.h>
#include <sys/time.h>
#include <time.h>
Go to the source code of this file.
◆ NSEC_PER_SEC
#define NSEC_PER_SEC 1000000000 |
◆ SEC_PER_NSEC
#define SEC_PER_NSEC 1.e-9 |
◆ GetTimeAbsoluteStr()
size_t GetTimeAbsoluteStr |
( |
char * |
ptr | ) |
|
◆ GetTimeCurrent()
int GetTimeCurrent |
( |
struct timespec * |
time | ) |
|
◆ GetTimeMonotonic()
int GetTimeMonotonic |
( |
struct timespec * |
time | ) |
|
◆ TimeDiff()
void TimeDiff |
( |
struct timespec |
start, |
|
|
struct timespec |
end, |
|
|
struct timespec * |
diff |
|
) |
| |
◆ TimeToNSec()
uint64_t TimeToNSec |
( |
struct timespec |
time | ) |
|
◆ TimeToSec()
double TimeToSec |
( |
struct timespec |
time | ) |
|
◆ eDateTimeFormat