[Webkit-unassigned] [Bug 91214] New: [EFL] Add WebMemorySampler feature.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 04:11:21 PDT 2012


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

           Summary: [EFL] Add WebMemorySampler feature.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jungjik.lee at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


WebMemorySampler is for logging WebProcess and MiniBrowser's memory usage in real time.
The log file will be created in /tmp path. and the name of process will be /tmp/WebProcessXXXX and /tmp/MiniBrowserXXXX.
This log includes javascript memory usage, fast malloc memory usage and basic process memory usage(RSS/Shared/Library/Stack).
Basic memory info of the process is taken from /proc/<process_id>/statm.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list