Function anj_time_real_diff
Defined in File time.h
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 - startas a duration (may be negative).