Bug 67142 - Web Inspector: cpu profiler doesn't track time spent in scrollTop
Summary: Web Inspector: cpu profiler doesn't track time spent in scrollTop
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-29 11:34 PDT by Ilya Tikhonovsky
Modified: 2014-12-12 14:08 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 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;
Comment 1 Brian Burg 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.