Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include "KTTime.hh"
Go to the source code of this file.
Functions | |
int | GetTimeMonotonic (struct timespec *time) |
int | GetTimeCurrent (struct timespec *time) |
uint64_t | TimeToNSec (struct timespec time) |
double | TimeToSec (struct timespec time) |
void | TimeDiff (struct timespec start, struct timespec end, struct timespec *diff) |
size_t | GetTimeAbsoluteStr (char *ptr) |
Variables | |
char | eDateTimeFormat [] = "%FT%TZ" |
void TimeDiff | ( | struct timespec | start, |
struct timespec | end, | ||
struct timespec * | diff | ||
) |