Bug 149250 - Web Inspector: Reduce Annotation Update Frequency
Summary: Web Inspector: Reduce Annotation Update Frequency
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-09-16 22:53 PDT by Joseph Pecoraro
Modified: 2015-09-16 23:52 PDT (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.76 KB, patch)
2015-09-16 22:55 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.