* 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.
Created attachment 261372 [details] [PATCH] Proposed Fix
Comment on attachment 261372 [details] [PATCH] Proposed Fix r=me
Comment on attachment 261372 [details] [PATCH] Proposed Fix Clearing flags on attachment: 261372 Committed r189907: <http://trac.webkit.org/changeset/189907>
All reviewed patches have been landed. Closing bug.