Bug 167037 - Instrument calls to render()
Summary: Instrument calls to render()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-13 17:08 PST by Ryosuke Niwa
Modified: 2017-01-13 18:55 PST (History)
6 users (show)

See Also:


Attachments
Refactoring (38.26 KB, patch)
2017-01-13 17:21 PST, Ryosuke Niwa
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-01-13 17:08:33 PST
Apparently we're making 5100 calls to render() when opening the perf dashboard.
Add an instrumentation for this so that we can improve this.
Comment 1 Ryosuke Niwa 2017-01-13 17:21:54 PST
Created attachment 298814 [details]
Refactoring
Comment 2 Ryosuke Niwa 2017-01-13 18:51:17 PST
Thanks for the review!
Comment 3 Ryosuke Niwa 2017-01-13 18:55:03 PST
Committed r210755: <http://trac.webkit.org/changeset/210755>