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

Issue 1873973002: DevTools: extract CPU profile independent part of CPUProfileNode. (Closed)

Created:
4 years, 8 months ago by alph
Modified:
4 years, 8 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, sergeyv+blink_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: extract CPU profile independent part of CPUProfileNode. This is a prerequisite to make the profile node class reused for sampling heap profiler. BUG=586613 Committed: https://crrev.com/1c33b9ee4940826b3a972c093cbc3f8e1f1b3f50 Cr-Commit-Position: refs/heads/master@{#387249} Committed: https://crrev.com/4feec764268174177b6d0ec3db7d7b81120a3ad6 Cr-Commit-Position: refs/heads/master@{#388359}

Patch Set 1 #

Total comments: 18

Patch Set 2 : addressing comments. #

Total comments: 14

Patch Set 3 : 4 landing #

Patch Set 4 : fix tests. #

Messages

Total messages: 28 (11 generated)
alph
4 years, 8 months ago (2016-04-08 20:56:58 UTC) #2
caseq
https://codereview.chromium.org/1873973002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js File third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js (right): https://codereview.chromium.org/1873973002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js#newcode23 third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js:23: this.deoptReason = sourceNode.deoptReason; Why do we have to do ...
4 years, 8 months ago (2016-04-13 17:21:13 UTC) #3
alph
ptal https://codereview.chromium.org/1873973002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js File third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js (right): https://codereview.chromium.org/1873973002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js#newcode23 third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js:23: this.deoptReason = sourceNode.deoptReason; On 2016/04/13 17:21:12, caseq wrote: ...
4 years, 8 months ago (2016-04-13 19:05:08 UTC) #4
caseq
lgtm https://codereview.chromium.org/1873973002/diff/20001/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js File third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js (right): https://codereview.chromium.org/1873973002/diff/20001/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js#newcode61 third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js:61: /** @type {!Map<number,!ProfilerAgent.CPUProfileNode>} */ nit: space after comma ...
4 years, 8 months ago (2016-04-13 22:19:37 UTC) #5
alph
https://codereview.chromium.org/1873973002/diff/20001/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js File third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js (right): https://codereview.chromium.org/1873973002/diff/20001/third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js#newcode61 third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js:61: /** @type {!Map<number,!ProfilerAgent.CPUProfileNode>} */ On 2016/04/13 22:19:36, caseq wrote: ...
4 years, 8 months ago (2016-04-13 22:36:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1873973002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1873973002/40001
4 years, 8 months ago (2016-04-13 22:37:13 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/204707)
4 years, 8 months ago (2016-04-14 02:59:24 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1873973002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1873973002/40001
4 years, 8 months ago (2016-04-14 05:46:52 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-14 06:58:24 UTC) #14
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/1c33b9ee4940826b3a972c093cbc3f8e1f1b3f50 Cr-Commit-Position: refs/heads/master@{#387249}
4 years, 8 months ago (2016-04-14 06:59:56 UTC) #16
vabr (Chromium)
On 2016/04/14 06:59:56, commit-bot: I haz the power wrote: > Patchset 3 (id:??) landed as ...
4 years, 8 months ago (2016-04-14 09:07:27 UTC) #17
alph
On 2016/04/14 09:07:27, vabr (Chromium) wrote: > On 2016/04/14 06:59:56, commit-bot: I haz the power ...
4 years, 8 months ago (2016-04-14 17:24:45 UTC) #18
caseq
On 2016/04/14 17:24:45, alph wrote: > On 2016/04/14 09:07:27, vabr (Chromium) wrote: > > On ...
4 years, 8 months ago (2016-04-15 19:07:50 UTC) #19
caseq
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1889963003/ by caseq@chromium.org. ...
4 years, 8 months ago (2016-04-15 19:09:25 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1873973002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1873973002/60001
4 years, 8 months ago (2016-04-19 22:18:54 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-19 23:43:19 UTC) #26
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:18:13 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4feec764268174177b6d0ec3db7d7b81120a3ad6
Cr-Commit-Position: refs/heads/master@{#388359}

Powered by Google App Engine
This is Rietveld 408576698