[Webkit-unassigned] [Bug 31134] New: Web Inspector: add getHeap() function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 4 11:43:53 PST 2009


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

           Summary: Web Inspector: add getHeap() function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: boyerd at us.ibm.com
                CC: timothy at hatcher.name, rik at webkit.org,
                    casey.hattori at gmail.com, pmuellr at yahoo.com,
                    joepeck at webkit.org, pfeldman at chromium.org,
                    bweinstein at apple.com


This function would be used for performance testing metric collection. 

The Chrome browser currently shows the heap contents if you take a snapshot. 
But we have no programmatic access to that type of data.

Adding a JavaScript function (along with getProfile()
https://bugs.webkit.org/show_bug.cgi?id=31133) would give an html page all the
tools necessary to collect performance data, and manipulate/collate that data.

My personal interest is in building pages that collect data and report that
data back to a server for collation/reporting.

Currently the interesting 3 core interesting metrics are time, count, and
memory usage.  we have basic timing, but we don't have a way to characterize
memory usage.  This function with getProfile() would complete the circle.  Now
the information is data, and can be collected and collated with other data from
other places.

I will be adding a bug at Firebug requesting to add a function like this there
also.

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