RESOLVED FIXED 82909
Web Inspector: CPU time bar missing on top-level events in timeline panel
https://bugs.webkit.org/show_bug.cgi?id=82909
Summary Web Inspector: CPU time bar missing on top-level events in timeline panel
Andrey Kosyakov
Reported 2012-04-02 10:03:25 PDT
0. Navigate to http://www.webkit.org/demos/calendar/Calendar.html 1. Open Timeline panel 2. Press Record 3. Reload 4. Stop recording 5. Observe first record (Send Request) does not have CPU time bar (just 2 bars for own and children time) 6. Expand children of Send Request record 7. Observe Receive Data has CPU time bar
Attachments
Patch (1.71 KB, patch)
2012-04-02 10:05 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-04-02 10:05:48 PDT
Pavel Feldman
Comment 2 2012-04-02 10:07:43 PDT
Comment on attachment 135125 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=135125&action=review > Source/WebCore/inspector/front-end/TimelinePresentationModel.js:186 > + parent._cpuTime += formattedRecord.cpuTime; For the record: it used to be _cpuTime and it was 2 lines above.
Andrey Kosyakov
Comment 3 2012-04-02 10:13:35 PDT
Note You need to log in before you can comment on or make changes to this bug.