Files
ladybird/Applications/SystemMonitor/MemoryStatsWidget.cpp
Andreas Kling d9385d7d62 SystemMonitor: Unbreak the memory stats graph
It was never updating because we'd just seek the start of /proc/memstat
over and over, which didn't generate new contents. Instead, open the
file on every iteration.
2020-01-15 23:14:20 +01:00

3.9 KiB