absolute_time_diff_us() function
Return the difference in microseconds between two timestamps
Return value
the number of microseconds between the two timestamps (positive if `to` is after `from` except in case of overflow)
Notes
be careful when diffing against large timestamps (e.g.
at_the_end_of_time
) as the signed integer may overflow.
Examples
absolute_time_diff_us() is referenced by 5 libraries and example projects: