RESOLVED FIXED Bug 90686
Web Inspector: show loaders memory consumption on the memory chart
https://bugs.webkit.org/show_bug.cgi?id=90686
Summary Web Inspector: show loaders memory consumption on the memory chart
Yury Semikhatsky
Reported 2012-07-06 06:56:06 PDT
Size of FrameLoader, DocumentLoader, ResourceLoader and their resources should be shown on the memory pie chart.
Attachments
Patch draft (8.67 KB, patch)
2012-07-06 07:59 PDT, Yury Semikhatsky
no flags
Patch (12.80 KB, patch)
2012-07-17 05:53 PDT, Ilya Tikhonovsky
no flags
Patch (18.77 KB, patch)
2012-07-17 07:50 PDT, Ilya Tikhonovsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2012-07-06 07:59:51 PDT
Created attachment 151083 [details] Patch draft
Early Warning System Bot
Comment 2 2012-07-06 08:16:57 PDT
Comment on attachment 151083 [details] Patch draft Attachment 151083 [details] did not pass qt-wk2-ews (qt): Output: http://queues.webkit.org/results/13140508
Early Warning System Bot
Comment 3 2012-07-06 08:20:59 PDT
Build Bot
Comment 4 2012-07-06 10:39:22 PDT
Comment on attachment 151083 [details] Patch draft Attachment 151083 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/13155316
Ilya Tikhonovsky
Comment 5 2012-07-17 05:53:49 PDT
Build Bot
Comment 6 2012-07-17 06:32:13 PDT
Ilya Tikhonovsky
Comment 7 2012-07-17 07:50:20 PDT
Pavel Feldman
Comment 8 2012-07-17 13:09:35 PDT
Comment on attachment 152762 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=152762&action=review > Source/WebCore/loader/ResourceLoader.cpp:533 > + printf("ResourceLoader: %u\n", m_resourceData ? m_resourceData->size() : 0); Please remove this logging.
Ilya Tikhonovsky
Comment 9 2012-07-17 22:59:06 PDT
Note You need to log in before you can comment on or make changes to this bug.