RESOLVED FIXED83718
Web Inspector: show wall time frame duration on the vertical overview
https://bugs.webkit.org/show_bug.cgi?id=83718
Summary Web Inspector: show wall time frame duration on the vertical overview
Andrey Kosyakov
Reported 2012-04-11 14:14:56 PDT
We'd like to spot frames that took long to render even in cases where CPU time usage by nested events was small, so add a contour for overall frame length to frame bars in the vertical overview. This also requires better scaling logic, so that should we have any irregularly-long frames (i.e. in absence of requestAnimationFrame calls), these do not dwarf the rest of the frames -- so we now scale to no more than 3 * median_frame_length, which causes badly outlying frames to rocket into the sky (right in time for April, 12th).
Attachments
screenshot (regular frames, outliers clearly seen) (24.07 KB, image/png)
2012-04-11 14:20 PDT, Andrey Kosyakov
no flags
screenshot (irregular -- scrolling techcrunch back and forth) (28.32 KB, text/plain)
2012-04-11 14:20 PDT, Andrey Kosyakov
no flags
Patch (18.43 KB, patch)
2012-04-11 14:30 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-04-11 14:20:21 PDT
Created attachment 136753 [details] screenshot (regular frames, outliers clearly seen)
Andrey Kosyakov
Comment 2 2012-04-11 14:20:58 PDT
Created attachment 136754 [details] screenshot (irregular -- scrolling techcrunch back and forth)
Andrey Kosyakov
Comment 3 2012-04-11 14:30:57 PDT
Andrey Kosyakov
Comment 4 2012-04-12 09:29:54 PDT
Note You need to log in before you can comment on or make changes to this bug.