1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:28:12 +00:00
serenity/Userland/Applications/SystemMonitor
Andreas Kling 6902adbb84 SystemMonitor: Only show the most important process stats by default
You can still enable additional columns via the context menu, and this
gives us a much more focused default interface.
2021-04-05 13:40:25 +02:00
..
CMakeLists.txt SystemMonitor: Use SymbolServer to symbolicate thread stacks 2021-02-04 23:20:39 +01:00
DevicesModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DevicesModel.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
GraphWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
GraphWidget.h SystemMonitor: Define graphs by ColorRole, not by Color 2021-02-14 13:27:36 +01:00
InterruptsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
InterruptsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp SystemMonitor: Only show the most important process stats by default 2021-04-05 13:40:25 +02:00
MemoryStatsWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MemoryStatsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
NetworkStatisticsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
NetworkStatisticsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessFileDescriptorMapWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessFileDescriptorMapWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessMemoryMapWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ProcessMemoryMapWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessModel.cpp SystemMonitor: Only show the most important process stats by default 2021-04-05 13:40:25 +02:00
ProcessModel.h SystemMonitor: Only show the most important process stats by default 2021-04-05 13:40:25 +02:00
ProcessUnveiledPathsWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ProcessUnveiledPathsWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ThreadStackWidget.cpp SystemMonitor: Don't generate backtraces while not looking at them 2021-04-05 11:42:54 +02:00
ThreadStackWidget.h SystemMonitor: Don't generate backtraces while not looking at them 2021-04-05 11:42:54 +02:00