Files
Dominik fbee810f52 fix: correct uint64 underflow in performance timing macros
When ts1.tv_nsec < ts0.tv_nsec (nanosecond counter wraps across a second
boundary), the unsigned subtraction produced a huge positive value instead
of a small negative one. Compute the full difference in signed int64_t
nanoseconds first, then convert to unsigned microseconds.

Signed-off-by: Dominik <dl6er@dl6er.de>
2026-03-21 21:41:30 +01:00
..
2026-03-21 21:36:54 +01:00
2026-03-21 21:36:54 +01:00
2026-03-20 14:46:59 -03:00
2026-03-21 21:36:54 +01:00
2026-03-21 21:36:54 +01:00