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

Issue 2829923002: DevTools: Base aggregated tree view percentage on the busy time. (Closed)

Created:
3 years, 8 months ago by alph
Modified:
3 years, 8 months ago
Reviewers:
paulirish, pfeldman
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/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Base aggregated tree view percentage on the busy time. Previously these included idle time. BUG=713398 Review-Url: https://codereview.chromium.org/2829923002 Cr-Commit-Position: refs/heads/master@{#467203} Committed: https://chromium.googlesource.com/chromium/src/+/0d132efa7a0e1579c81f3eb89eeb3366b6f2e0d9

Patch Set 1 #

Total comments: 2

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -5 lines) Patch
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineProfileTree.js View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
alph
3 years, 8 months ago (2017-04-20 00:43:28 UTC) #2
alph
Gentle ping
3 years, 8 months ago (2017-04-21 20:05:06 UTC) #3
pfeldman
https://codereview.chromium.org/2829923002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineProfileTree.js File third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineProfileTree.js (right): https://codereview.chromium.org/2829923002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineProfileTree.js#newcode253 third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineProfileTree.js:253: this.selfTime -= Array.from(flatNodes.values()).reduce((acc, node) => acc + node.totalTime, 0); ...
3 years, 8 months ago (2017-04-21 20:10:09 UTC) #4
alph
https://codereview.chromium.org/2829923002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineProfileTree.js File third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineProfileTree.js (right): https://codereview.chromium.org/2829923002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineProfileTree.js#newcode253 third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineProfileTree.js:253: this.selfTime -= Array.from(flatNodes.values()).reduce((acc, node) => acc + node.totalTime, 0); ...
3 years, 8 months ago (2017-04-21 20:20:00 UTC) #5
alph
gentle ping
3 years, 8 months ago (2017-04-25 20:50:03 UTC) #6
pfeldman
lgtm
3 years, 8 months ago (2017-04-25 21:06:50 UTC) #7
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/2829923002/20001
3 years, 8 months ago (2017-04-25 21:10:44 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/438448)
3 years, 8 months ago (2017-04-25 21:34:19 UTC) #11
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/2829923002/20001
3 years, 8 months ago (2017-04-26 00:15:41 UTC) #13
commit-bot: I haz the power
3 years, 8 months ago (2017-04-26 02:05:10 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/0d132efa7a0e1579c81f3eb89eeb...

Powered by Google App Engine
This is Rietveld 408576698