[Webkit-unassigned] [Bug 111690] New: [chromium] Chromium's DRT implementation should support DumpMalloc and DumpJSHeap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 23:47:01 PST 2013


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

           Summary: [chromium] Chromium's DRT implementation should
                    support DumpMalloc and DumpJSHeap
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: jochen at chromium.org


[chromium] Chromium's DRT implementation should support DumpMalloc and DumpJSHeap

Mac DRT dumps these for run-perf-tests, which are collected and reported in the results pages and tracked automatically at perf.webkit.org

run-perf-test would magically start reporting them if we dumped either of these.

DumpJSHeap: appears to be an exit-time thing.

DumpMalloc is done as part of a normal dump():
        WTF::FastMallocStatistics mallocStats = WTF::fastMallocStatistics();
        printf("DumpMalloc: %li\n", mallocStats.committedVMBytes);

-- 
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