1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 00:57:43 +00:00
serenity/DevTools
Andreas Kling 712ae73581 Kernel: Expose per-thread information in /proc/all
Previously it was not possible to see what each thread in a process was
up to, or how much CPU it was consuming. This patch fixes that.

SystemMonitor and "top" now show threads instead of just processes.
"ps" is gonna need some more fixing, but it at least builds for now.

Fixes #66.
2019-11-26 21:37:30 +01:00
..
FormCompiler AK: Remove empty files JsonArray.cpp and JsonObject.cpp 2019-10-01 11:24:54 +02:00
HackStudio Kernel: Expose per-thread information in /proc/all 2019-11-26 21:37:30 +01:00
Inspector Inspector: Fix bad RemoteObjectGraphModel::parent_index() 2019-09-23 20:29:03 +02:00
IPCCompiler IPCCompiler: Add support for String parameters in messages 2019-11-23 21:44:00 +01:00
VisualBuilder LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00