Function anj_time_real_diff

Function Documentation

static inline anj_time_duration_t anj_time_real_diff(const anj_time_real_t end, const anj_time_real_t start)

Computes the difference between two real timestamps.

Parameters:
  • end – Later timestamp.

  • start – Earlier timestamp.

Returns:

end - start as a duration (may be negative).