RESOLVED FIXED 112011
Web Inspector: add per image statistics to the native memory snapshot
https://bugs.webkit.org/show_bug.cgi?id=112011
Summary Web Inspector: add per image statistics to the native memory snapshot
Yury Semikhatsky
Reported 2013-03-11 08:03:11 PDT
We can display url->retained size for each CachedImage under Images section in the "native memory distribution" table.
Attachments
Patch (16.73 KB, patch)
2013-03-11 08:05 PDT, Yury Semikhatsky
pfeldman: review+
yurys: commit-queue-
Yury Semikhatsky
Comment 1 2013-03-11 08:05:48 PDT
Ilya Tikhonovsky
Comment 2 2013-03-11 08:14:30 PDT
Comment on attachment 192472 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=192472&action=review I'd extract proxyConstructor part of the patch into a separate patch > Source/WebCore/inspector/front-end/HeapSnapshotProxy.js:186 > + this._worker = typeof InspectorTest !== "undefined" ? new WebInspector.HeapSnapshotRealWorker() : new WebInspector.HeapSnapshotFakeWorker(); please remove this
Yury Semikhatsky
Comment 3 2013-03-11 08:46:05 PDT
(In reply to comment #2) > > Source/WebCore/inspector/front-end/HeapSnapshotProxy.js:186 > > + this._worker = typeof InspectorTest !== "undefined" ? new WebInspector.HeapSnapshotRealWorker() : new WebInspector.HeapSnapshotFakeWorker(); > > please remove this Done.
Yury Semikhatsky
Comment 4 2013-03-11 08:49:57 PDT
Note You need to log in before you can comment on or make changes to this bug.