[Webkit-unassigned] [Bug 141247] REGRESSION (bmalloc): WebKit performance tests don't report memory stats

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 13 08:43:05 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=141247

--- Comment #5 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
As a workaround (until a better solution is found) I'm wondering if on Linux we could just use the information from the Kernel regarding memory usage. It should be easy to get both the resident and virtual memory usage from /proc/$pid/stat (rss and vsize fields) and report it.

WDYT?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150213/656fa5b3/attachment-0002.html>


More information about the webkit-unassigned mailing list