ladybird/Applications/ProcessManager
2019-05-14 17:12:35 +02:00
..
.gitignore ProcessManager: Start working on a graphical process manager. 2019-02-28 01:43:50 +01:00
GraphWidget.cpp ProcessManager: Draw the graphs as lines. 2019-05-07 17:11:48 +02:00
GraphWidget.h ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
main.cpp ProcessManager: Tweak appearance (spacing, margins..) 2019-05-10 22:59:39 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
MemoryStatsWidget.cpp ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
MemoryStatsWidget.h ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
ProcessModel.cpp ProcessManager: Keep /proc/all open to reduce CPU impact of ProcessManager. 2019-05-14 17:12:35 +02:00
ProcessModel.h ProcessManager: Keep /proc/all open to reduce CPU impact of ProcessManager. 2019-05-14 17:12:35 +02:00
ProcessTableView.cpp ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00
ProcessTableView.h ProcessManager: Add CPU/memory usage graphs in a separate tab. 2019-05-06 03:21:34 +02:00