fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
|
Basic time tracking utility function implementations. More...
#include "time.h"
Functions | |
timeInstant | timeGetNow (void) |
Get the current system time. | |
int64_t | timeElapsedNs (const timeInstant start, const timeInstant end) |
Return the time elapsed from end since the start time in nanoseconds. | |
Basic time tracking utility function implementations.
int64_t timeElapsedNs | ( | timeInstant | start, |
timeInstant | end ) |
Return the time elapsed from end
since the start time in nanoseconds.
start | start time |
end | end time |
timeInstant timeGetNow | ( | void | ) |
Get the current system time.