Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6083924154b53b7778aeb5dce797c4ac46b43810
https://github.com/WebKit/WebKit/commit/6083924154b53b7778aeb5dce797c4ac46b43810
Author: Vitaly Dyachkov <[email protected]>
Date: 2026-01-26 (Mon, 26 Jan 2026)
Changed paths:
M Source/WTF/wtf/linux/MemoryFootprintLinux.cpp
Log Message:
-----------
[Linux] Stop caching memory footprint
https://bugs.webkit.org/show_bug.cgi?id=306104
Reviewed by Miguel Gomez.
Since 305569@main `memoryFootprint()` uses `/proc/self/statm` instead of
`/proc/self/smaps` which is significantly faster, eliminating the need
of caching. Removing cache will provide much more accurate value.
* Source/WTF/wtf/linux/MemoryFootprintLinux.cpp:
(WTF::memoryFootprint):
Canonical link: https://commits.webkit.org/306193@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications