1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 00:48:11 +00:00
serenity/Applications/ProcessManager
2019-05-05 01:31:02 +02:00
..
.gitignore ProcessManager: Start working on a graphical process manager. 2019-02-28 01:43:50 +01:00
main.cpp LibGUI: Start working on a tabbed widget container: GTabWidget. 2019-05-05 01:31:02 +02:00
Makefile Include Makefile.common in all other Makefiles. 2019-04-21 04:09:39 +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 ProcessManager: Exclude colonel process from process listing. 2019-04-20 19:41:57 +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