[Webkit-unassigned] [Bug 151085] New: Make result of memory sampler more readable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 10 00:59:18 PST 2015


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

            Bug ID: 151085
           Summary: Make result of memory sampler more readable
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

Current memory sampler prints result of memory sample horizontally. It makes us hard to read the result at a glance. To improve readability of the memory sampler result, this patch prints it vertically.


= Print result now =

Process: WebProcess Pid: 18681                                                                                                                                                           
        Timestamp       Total Program Size      RSS     Shared  Text    Library Data/Stack      Dirty   JavaScript Heap In Use  JavaScript Heap Commited Memory JavaScript Stack Bytes  JavaScript JIT Bytes    Total Memory In Use     Total Committed Memory  System Total Bytes      Available Bytes Shared Bytes    Buffer Bytes    Total Swap Bytes        Available Swap Bytes
                1447145886      774583  36266   20133   1       0       666682  0       1163112 3840880 5264    585728  1754104 4431872 16731484160     5025890304      99672064        571256832       7999995904      7999995904
                1447145887      778861  40865   20322   1       0       670960  0       8074138 10167970        5264    1314816 9394218 11488050        16731484160     5011161088      99790848        571265024       7999995904      7999995904



= Print result after landing this patch =

Process: WebProcess Pid 16972

        Timestamp                          1447145164
        Total Program Size                 778988
        RSS                                40010
        Shared                             20312
        Text                               1
        Library                            0
        Data/Stack                         671087
        Dirty                              0
        JavaScript Heap In Use             4152244
        JavaScript Heap Commited Memory    7884228
        JavaScript Stack Bytes             4288
        JavaScript JIT Bytes               1269760
        Total Memory In Use                5426292
        Total Committed Memory             9158276
        System Total Bytes                 16731484160
        Available Bytes                    5091196928
        Shared Bytes                       98856960
        Buffer Bytes                       569925632
        Total Swap Bytes                   7999995904
        Available Swap Bytes               7999995904

-- 
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/20151110/75c0a983/attachment.html>


More information about the webkit-unassigned mailing list