Bug 68901 - Web Inspector: UI performance: introduce heap size tracking stats.
Summary: Web Inspector: UI performance: introduce heap size tracking stats.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-27 07:17 PDT by Ilya Tikhonovsky
Modified: 2011-09-27 08:25 PDT (History)
10 users (show)

See Also:


Attachments
Patch (6.08 KB, patch)
2011-09-27 07:23 PDT, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff
Patch (6.44 KB, patch)
2011-09-27 07:35 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2011-09-27 07:17:07 PDT
It is interesting how much the heap memory is used by Inspector in order of running the test.
Comment 1 Ilya Tikhonovsky 2011-09-27 07:23:29 PDT
Created attachment 108845 [details]
Patch
Comment 2 Ilya Tikhonovsky 2011-09-27 07:35:54 PDT
Created attachment 108846 [details]
Patch
Comment 3 Yury Semikhatsky 2011-09-27 07:58:31 PDT
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?
Comment 4 Ilya Tikhonovsky 2011-09-27 08:25:42 PDT
Committed r96110: <http://trac.webkit.org/changeset/96110>