[Webkit-unassigned] [Bug 113158] timeline panel goes crazy when there are too many records

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 10:09:05 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113158





--- Comment #3 from Andrey Kosyakov <caseq at chromium.org>  2013-03-25 10:11:32 PST ---
We do limit the timeline window by default -- this is done primarily to avoid updating main window and hence reduce resource contention to the inspected page (it can be pretty bad occasionally -- in particular, on chromium mac this causes animation frame rate to degrade from 60fps to 30fps if DevTools are docked to the inspected window, as browser window updates are apparently v-synced).

So the behavior that you describe sounds as "by design" to me. We could probably improve the usability slightly by making the window more explicit. Are you using Events or Frame mode? Historically, selected window is visualized a bit subtle in Events mode, so I guess this may be the source of confusion.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list