Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Issue 2673733003: DevTools: Speed up timeline aggregated tree building. (Closed)

Created:
3 years, 10 months ago by alph
Modified:
3 years, 10 months ago
Reviewers:
caseq
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Speed up timeline aggregated tree building. The patch makes the bottom-up tree to be built lazily as the user explores its branches. Review-Url: https://codereview.chromium.org/2673733003 Cr-Commit-Position: refs/heads/master@{#448094} Committed: https://chromium.googlesource.com/chromium/src/+/2d63693b08d1ccf5e40aeaa8edb20bf86ec9ab3e

Patch Set 1 #

Total comments: 6

Patch Set 2 : 4 landing #

Messages

Total messages: 10 (5 generated)
alph
The call-tree speedup is coming.
3 years, 10 months ago (2017-02-03 03:02:27 UTC) #2
caseq
you will burn in hell for this. lgtm. https://codereview.chromium.org/2673733003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js (right): https://codereview.chromium.org/2673733003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js#newcode21 third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js:21: return ...
3 years, 10 months ago (2017-02-03 19:55:25 UTC) #3
alph
https://codereview.chromium.org/2673733003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js (right): https://codereview.chromium.org/2673733003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js#newcode21 third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js:21: return `${data['functionName']}@${data['scriptId'] || data['url'] || ''}`; On 2017/02/03 19:55:25, ...
3 years, 10 months ago (2017-02-03 20:06:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2673733003/20001
3 years, 10 months ago (2017-02-03 20:07:13 UTC) #7
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 22:42:58 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/2d63693b08d1ccf5e40aeaa8edb2...

Powered by Google App Engine
This is Rietveld 408576698