UINT64 get_timestamp_ticks_per_second()
Returns the number of timestamp ticks per second.
Definition: timestamp.c:114
double timestamp_diff_seconds(UINT64 start, UINT64 end)
Calculates the number of seconds between two timestamps.
Definition: timestamp.c:97
int init_timestamps()
Initializes the timestamp features.
Definition: timestamp.c:34
UINT64 get_timestamp()
Fetches and returns the current timestamp.
Definition: timestamp.c:71