RESOLVED FIXED 89203
Web Inspector: Add heap profiler owned memory to the pie chart
https://bugs.webkit.org/show_bug.cgi?id=89203
Summary Web Inspector: Add heap profiler owned memory to the pie chart
Alexei Filippov
Reported 2012-06-15 06:44:20 PDT
Heap profiler may consume considerable amount of memory which is currently falls into Unknown category. Give it a separate sector on the pie chart.
Attachments
Patch (6.65 KB, patch)
2012-06-15 06:47 PDT, Alexei Filippov
no flags
Patch (6.64 KB, patch)
2012-06-15 12:04 PDT, Alexei Filippov
yurys: review+
alph: commit-queue-
Alexei Filippov
Comment 1 2012-06-15 06:47:53 PDT
Alexei Filippov
Comment 2 2012-06-15 06:49:44 PDT
Do not commit until v8 r11795 arrives.
WebKit Review Bot
Comment 3 2012-06-15 06:51:38 PDT
Comment on attachment 147801 [details] Patch Attachment 147801 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/12964499
Pavel Feldman
Comment 4 2012-06-15 10:39:36 PDT
Comment on attachment 147801 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=147801&action=review > Source/WebCore/bindings/js/ScriptProfiler.h:77 > + static size_t getProfileDataSize() { return 0; } Please do not use get prefixes as per WebKit guidelines. > Source/WebCore/bindings/v8/ScriptProfiler.cpp:199 > +size_t ScriptProfiler::getProfileDataSize() profilerSnapshotsSize > Source/WebCore/inspector/InspectorMemoryAgent.cpp:69 > +static const char jsProfilerData[] = "JSProfilerData"; InspectorData > Source/WebCore/inspector/InspectorMemoryAgent.cpp:351 > +static PassRefPtr<InspectorMemoryBlock> jsProfilerData() inspectorData
Alexei Filippov
Comment 5 2012-06-15 12:04:17 PDT
WebKit Review Bot
Comment 6 2012-06-15 13:53:50 PDT
Comment on attachment 147870 [details] Patch Attachment 147870 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/12967496
Ilya Tikhonovsky
Comment 7 2012-06-18 04:41:03 PDT
Note You need to log in before you can comment on or make changes to this bug.