WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
157581
Web Inspector: Script ProfileViews should be searchable
https://bugs.webkit.org/show_bug.cgi?id=157581
Summary
Web Inspector: Script ProfileViews should be searchable
Joseph Pecoraro
Reported
2016-05-11 13:22:30 PDT
* SUMMARY Script ProfileViews should be filterable Should be able to search for a particular function in a ProfileView.
Attachments
[Patch] Proposed Fix
(15.89 KB, patch)
2016-05-12 19:17 PDT
,
Matt Baker
no flags
Details
Formatted Diff
Diff
[Patch] Proposed Fix
(16.07 KB, patch)
2016-05-13 00:12 PDT
,
Matt Baker
no flags
Details
Formatted Diff
Diff
[Patch] Proposed Fix
(16.07 KB, patch)
2016-05-13 00:19 PDT
,
Matt Baker
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-05-11 13:23:05 PDT
<
rdar://problem/26228530
>
Radar WebKit Bug Importer
Comment 2
2016-05-11 13:25:59 PDT
<
rdar://problem/26228605
>
Matt Baker
Comment 3
2016-05-12 19:17:54 PDT
Created
attachment 278800
[details]
[Patch] Proposed Fix
Joseph Pecoraro
Comment 4
2016-05-12 22:25:30 PDT
Comment on
attachment 278800
[details]
[Patch] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=278800&action=review
This looks good to me! We should stress test the performance of this briefly to ensure there are no unexpected side effects.
> Source/WebInspectorUI/UserInterface/Views/ScriptProfileTimelineView.js:139 > + this.removeSubview(this._profileView);
This should probably removeEventListener to match the add below.
> Source/WebInspectorUI/UserInterface/Views/TimelineView.js:310 > + if (!(node instanceof WebInspector.TimelineDataGridNode)) > + return;
Nit: style
Matt Baker
Comment 5
2016-05-13 00:12:01 PDT
Created
attachment 278821
[details]
[Patch] Proposed Fix
Matt Baker
Comment 6
2016-05-13 00:15:24 PDT
Comment on
attachment 278821
[details]
[Patch] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=278821&action=review
> Source/WebInspectorUI/UserInterface/Views/ScriptClusterTimelineView.js:75 > + selectRecord(record) { _contentViewContainer.currentContentView.selectRecord(record); }
Missing "this."
Matt Baker
Comment 7
2016-05-13 00:19:42 PDT
Created
attachment 278822
[details]
[Patch] Proposed Fix
Matt Baker
Comment 8
2016-05-13 00:25:17 PDT
(In reply to
comment #4
)
> Comment on
attachment 278800
[details]
> [Patch] Proposed Fix > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=278800&action=review
> > This looks good to me! We should stress test the performance of this briefly > to ensure there are no unexpected side effects.
I did a few quick recordings comprised of multiple page navigations each (wired.com -> arstechnica.com -> cnn.com -> etc...), which resulted in > 45s of data and grids with > 50k records. Filtering the JavaScript & Events grids (details and call trees) had a noticeable delay of around 0.5-1s while typing. My testing was far from rigorous, but indicates the perf impact is definitely acceptable for a first pass.
Matt Baker
Comment 9
2016-05-13 00:26:26 PDT
(In reply to
comment #8
)
> (In reply to
comment #4
) > > Comment on
attachment 278800
[details]
> > [Patch] Proposed Fix > > > > View in context: > >
https://bugs.webkit.org/attachment.cgi?id=278800&action=review
> > > > This looks good to me! We should stress test the performance of this briefly > > to ensure there are no unexpected side effects. > > I did a few quick recordings comprised of multiple page navigations each > (wired.com -> arstechnica.com -> cnn.com -> etc...), which resulted in > 45s > of data and grids with > 50k records. Filtering the JavaScript & Events > grids (details and call trees) had a noticeable delay of around 0.5-1s while
Events and Call Trees
Joseph Pecoraro
Comment 10
2016-05-13 11:31:42 PDT
Yeah, I just played with the patch. Performance is great for my basic tests so far, I think this would be really great to land now and improve later if we encounter issues!
Joseph Pecoraro
Comment 11
2016-05-13 11:36:44 PDT
Comment on
attachment 278822
[details]
[Patch] Proposed Fix r=me
WebKit Commit Bot
Comment 12
2016-05-13 12:00:43 PDT
Comment on
attachment 278822
[details]
[Patch] Proposed Fix Clearing flags on attachment: 278822 Committed
r200873
: <
http://trac.webkit.org/changeset/200873
>
WebKit Commit Bot
Comment 13
2016-05-13 12:00:48 PDT
All reviewed patches have been landed. Closing bug.
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