mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 21:28:40 +00:00
After some uptime the total_time_scheduled can get too big for accurate float subtraction. It's better to do the subtraction in u64 and use float only for the division later on.