#include <stdlib.h>
#include <stdint.h>
#include <time.h>
#include <include/uint.h>
Go to the source code of this file.
◆ _POSIX_SOURCE
#define _POSIX_SOURCE /* enable clockid_t */ |
◆ time_cvtNanosecToMicrosecs()
static uint64_t time_cvtNanosecToMicrosecs |
( |
uint64_t |
x | ) |
|
|
inlinestatic |
◆ time_cvtSecToMicrosecs()
static uint64_t time_cvtSecToMicrosecs |
( |
uint64_t |
x | ) |
|
|
inlinestatic |
◆ time_getTime_us()
static int time_getTime_us |
( |
clockid_t |
clockid, |
|
|
uint64_t * |
time |
|
) |
| |
|
inlinestatic |
◆ time_getTimeCPU()
static int time_getTimeCPU |
( |
uint64_t * |
time | ) |
|
|
inlinestatic |
◆ time_getTimeReal()
static int time_getTimeReal |
( |
uint64_t * |
time | ) |
|
|
inlinestatic |
◆ time_getTSC()
static uint64_t time_getTSC |
( |
| ) |
|
|
inlinestatic |