[Webkit-unassigned] [Bug 164591] New: [Linux] Memory process values shown by the WebMemorySampler in linux are wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 07:38:24 PST 2016


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

            Bug ID: 164591
           Summary: [Linux] Memory process values shown by the
                    WebMemorySampler in linux are wrong
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org

It's parsing /proc/self/statm, and returning the values as if they were bytes, but they are number of pages, so to get the bytes we need to take the page size into account. In r208534 I added a method to get /proc/self/statm values in bytes to Platform layer, so we can simply use that instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161110/84385bc8/attachment-0001.html>


More information about the webkit-unassigned mailing list