Summary: | Web Inspector: UI performance: introduce heap size tracking stats. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ilya Tikhonovsky <loislo> | ||||||
Component: | Web Inspector (Deprecated) | Assignee: | Ilya Tikhonovsky <loislo> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Ilya Tikhonovsky
2011-09-27 07:17:07 PDT
Created attachment 108845 [details]
Patch
Created attachment 108846 [details]
Patch
Comment on attachment 108846 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=108846&action=review > Tools/DumpRenderTree/chromium/WebPreferences.cpp:188 > + settings->setMemoryInfoEnabled(true); Can we enable this only for inspector tests? Committed r96110: <http://trac.webkit.org/changeset/96110> |