1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Userland
Tom d14d68c462 SystemMonitor: Fix CPU usage calculation
Casting u64 to float is probably not a safe thing to do. Also, keep
time deltas in u64 values as they can easily wrap between calculations.
This fixes CPU usage calculation when a process is spinning in a loop.
2021-09-04 21:48:46 +02:00
..
Applets AudioApplet: Fix initial mute state 2021-09-04 21:01:28 +02:00
Applications SystemMonitor: Fix CPU usage calculation 2021-09-04 21:48:46 +02:00
Demos Mandelbrot: Use the new Zoom cursor 2021-09-04 03:35:23 +02:00
DevTools HackStudio: Drop files to the selected editor 2021-09-04 21:48:27 +02:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
Libraries LibGUI: Fixes modified indicator behavior after saving 2021-09-04 21:04:33 +02:00
Services LookupServer: Use HashMap::ensure() in load_etc_hosts() 2021-09-04 20:30:56 +02:00
Shell Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr 2021-09-03 23:20:23 +02:00
Utilities Utilities: Support grepping recursively from paths in the argument 2021-09-04 15:36:31 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00