WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
67142
Web Inspector: cpu profiler doesn't track time spent in scrollTop
https://bugs.webkit.org/show_bug.cgi?id=67142
Summary
Web Inspector: cpu profiler doesn't track time spent in scrollTop
Ilya Tikhonovsky
Reported
2011-08-29 11:34:09 PDT
I'm profiling Network panel refresh metod. 1) open an url with a number of resources. As example
http://dolboeb.livejournal.com/?skip=60
this page has about 600 resources; 2) open inspector's network panel; 3) open inspector for inspector; 4) start cpu profiler in the second inspector; 5) refresh and wait until load event is fired 6) do the step 5 n times WebInspector.NetworkLogView._updateOffscreenRows eats 14sec but all its children less than 1 sec. Almost all the time was spent in native call this._dataGrid.scrollContainer.scrollTop;
Attachments
Add attachment
proposed patch, testcase, etc.
Brian Burg
Comment 1
2014-12-12 14:08:23 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (
https://www.webkit.org/new-inspector-bug
) if the bug/feature/issue is still relevant to WebKit trunk.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug