Niklas Hauser 103ddb5b3d cpuload: Fix wrong idle thread load
When the CPU load monitor is started while already running, then the
idle thread last_times[0] is reset to the last 1 second, rather than
since when the CPU load monitor was last started. The remaining threads
are not impacted, since their last_times[i] is reset to zero here.

This results in the idle thread having a lower than real CPU load, with
the remaining CPU time being wrongly attributed as scheduler load.
2024-01-31 07:52:59 +01:00
..
2024-01-30 11:23:55 -05:00
2023-11-20 14:52:35 +01:00
2023-11-30 17:16:02 +01:00
2023-12-21 16:27:53 +01:00
2024-01-24 21:51:05 -05:00