1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00
serenity/Applications/ProcessManager
Andreas Kling 5eedb22834 Sprinkle use of AK::Vector in various places.
Some of these are less helpful than others. Avoiding a bunch of mallocs
in the event loop wakeup code is definitely nice.
2019-04-20 14:02:19 +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 Sprinkle use of AK::Vector in various places. 2019-04-20 14:02:19 +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