Bug 149250

Summary: Web Inspector: Reduce Annotation Update Frequency
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, saam, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 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.
Comment 1 Joseph Pecoraro 2015-09-16 22:55:28 PDT
Created attachment 261372 [details]
[PATCH] Proposed Fix
Comment 2 Saam Barati 2015-09-16 23:04:07 PDT
Comment on attachment 261372 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2015-09-16 23:52:09 PDT
All reviewed patches have been landed.  Closing bug.