1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:28:11 +00:00
serenity/Applications/ProcessManager
2019-04-18 03:37:01 +02:00
..
.gitignore ProcessManager: Start working on a graphical process manager. 2019-02-28 01:43:50 +01:00
main.cpp Kernel+ProcessManager: Show per-process syscall counts. 2019-04-17 23:16:14 +02:00
Makefile Introduce LibCore and move GElapsedTimer => CElapsedTimer. 2019-04-10 16:14:44 +02:00
MemoryStatsWidget.cpp ProcessManager: Use a CFile for parsing /proc/memstat. 2019-04-18 00:57:34 +02:00
MemoryStatsWidget.h ProcessManager: Use a CFile for parsing /proc/memstat. 2019-04-18 00:57:34 +02:00
ProcessModel.cpp ProcessManager+WindowServer: Do a little less malloc() in CPU monitor code. 2019-04-18 03:37:01 +02:00
ProcessModel.h Kernel+ProcessManager: Show per-process syscall counts. 2019-04-17 23:16:14 +02:00
ProcessTableView.cpp LibCore: Add CEvent and make LibGUI/GEvent inherit from it. 2019-04-10 16:56:55 +02:00
ProcessTableView.h LibCore: Add CEvent and make LibGUI/GEvent inherit from it. 2019-04-10 16:56:55 +02:00