RESOLVED FIXED 149250
Web Inspector: Reduce Annotation Update Frequency
https://bugs.webkit.org/show_bug.cgi?id=149250
Summary Web Inspector: Reduce Annotation Update Frequency
Joseph Pecoraro
Reported 2015-09-16 22:53:31 PDT
* SUMMARY Reduce Annotation Update Frequency. When debugging the inspector sometimes I see very very frequent type profiling / basic block annotation updates. Reduce the frequency to at most twice a second (500ms). For the Basic Block Annotator I was seeing updates could be as low as 30ms (meaning the backend took 1ms to compute it) and the Type profiler was seeing updates at 100ms which was the lower bound we had given it. I think twice a second seems reasonable.
Attachments
[PATCH] Proposed Fix (2.76 KB, patch)
2015-09-16 22:55 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-09-16 22:55:28 PDT
Created attachment 261372 [details] [PATCH] Proposed Fix
Saam Barati
Comment 2 2015-09-16 23:04:07 PDT
Comment on attachment 261372 [details] [PATCH] Proposed Fix r=me
WebKit Commit Bot
Comment 3 2015-09-16 23:52:05 PDT
Comment on attachment 261372 [details] [PATCH] Proposed Fix Clearing flags on attachment: 261372 Committed r189907: <http://trac.webkit.org/changeset/189907>
WebKit Commit Bot
Comment 4 2015-09-16 23:52:09 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.