1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Applications/ProcessManager
Andreas Kling ec365b82d5 Kernel: Make the colonel run at "Idle" priority (the lowest possible.)
This means it won't hog the CPU for more than a single timeslice. :^)
2019-04-20 15:58:45 +02:00
..
.gitignore ProcessManager: Start working on a graphical process manager. 2019-02-28 01:43:50 +01:00
main.cpp ProcessManager: Use a single timer for refreshing the view. 2019-04-18 04:38:31 +02:00
Makefile Get rid of SERENITY macro since the compiler already defines __serenity__ 2019-04-20 12:58:49 +02:00
MemoryStatsWidget.cpp ProcessManager: Do a little less malloc() in the /proc/memstats parsing. 2019-04-18 04:48:53 +02:00
MemoryStatsWidget.h ProcessManager: Use a CFile for parsing /proc/memstat. 2019-04-18 00:57:34 +02:00
ProcessModel.cpp Kernel: Make the colonel run at "Idle" priority (the lowest possible.) 2019-04-20 15:58:45 +02:00
ProcessModel.h Kernel+ProcessManager: Show per-process syscall counts. 2019-04-17 23:16:14 +02:00
ProcessTableView.cpp ProcessManager: Use a single timer for refreshing the view. 2019-04-18 04:38:31 +02:00
ProcessTableView.h ProcessManager: Use a single timer for refreshing the view. 2019-04-18 04:38:31 +02:00