Bug 306104
| Summary: | [Linux] Stop caching memory footprint | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitaly Dyackhov <vitaly> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vitaly Dyackhov
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vitaly Dyackhov
Pull request: https://github.com/WebKit/WebKit/pull/57118
EWS
Committed 306193@main (6083924154b5): <https://commits.webkit.org/306193@main>
Reviewed commits have been landed. Closing PR #57118 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/168905607>