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

Issue 360053003: DevTools: Basic support of multiple targets for CPU profiler (Closed)

Created:
6 years, 5 months ago by sergeyv
Modified:
6 years, 5 months ago
Reviewers:
vsevik, loislo
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: Basic support of multiple targets for CPU profiler BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177462

Patch Set 1 #

Total comments: 4

Patch Set 2 : Migrate to events #

Total comments: 4

Patch Set 3 : Address vsevik's comments #

Patch Set 4 : Fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -80 lines) Patch
M LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M Source/devtools/front_end/profiler/CPUProfileView.js View 1 2 3 9 chunks +47 lines, -37 lines 0 comments Download
M Source/devtools/front_end/sdk/CPUProfilerModel.js View 1 4 chunks +23 lines, -43 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
sergeyv
6 years, 5 months ago (2014-06-30 17:00:40 UTC) #1
vsevik
https://chromiumcodereview.appspot.com/360053003/diff/1/Source/devtools/front_end/profiler/CPUProfileView.js File Source/devtools/front_end/profiler/CPUProfileView.js (right): https://chromiumcodereview.appspot.com/360053003/diff/1/Source/devtools/front_end/profiler/CPUProfileView.js#newcode507 Source/devtools/front_end/profiler/CPUProfileView.js:507: target.cpuProfilerModel.setDelegate(this); Let's use event listeners instead of delegate. https://chromiumcodereview.appspot.com/360053003/diff/1/Source/devtools/front_end/profiler/CPUProfileView.js#newcode647 ...
6 years, 5 months ago (2014-07-01 08:48:54 UTC) #2
vsevik
https://chromiumcodereview.appspot.com/360053003/diff/1/Source/devtools/front_end/profiler/CPUProfileView.js File Source/devtools/front_end/profiler/CPUProfileView.js (right): https://chromiumcodereview.appspot.com/360053003/diff/1/Source/devtools/front_end/profiler/CPUProfileView.js#newcode507 Source/devtools/front_end/profiler/CPUProfileView.js:507: target.cpuProfilerModel.setDelegate(this); Let's use event listeners instead of delegate. https://chromiumcodereview.appspot.com/360053003/diff/1/Source/devtools/front_end/profiler/CPUProfileView.js#newcode647 ...
6 years, 5 months ago (2014-07-01 08:48:54 UTC) #3
sergeyv
https://codereview.chromium.org/360053003/diff/1/Source/devtools/front_end/profiler/CPUProfileView.js File Source/devtools/front_end/profiler/CPUProfileView.js (right): https://codereview.chromium.org/360053003/diff/1/Source/devtools/front_end/profiler/CPUProfileView.js#newcode507 Source/devtools/front_end/profiler/CPUProfileView.js:507: target.cpuProfilerModel.setDelegate(this); On 2014/07/01 08:48:54, vsevik wrote: > Let's use ...
6 years, 5 months ago (2014-07-01 12:22:56 UTC) #4
vsevik
lgtm https://chromiumcodereview.appspot.com/360053003/diff/20001/Source/devtools/front_end/profiler/CPUProfileView.js File Source/devtools/front_end/profiler/CPUProfileView.js (right): https://chromiumcodereview.appspot.com/360053003/diff/20001/Source/devtools/front_end/profiler/CPUProfileView.js#newcode577 Source/devtools/front_end/profiler/CPUProfileView.js:577: var data = /** @type {{protocolId: string, scriptLocation: ...
6 years, 5 months ago (2014-07-02 09:08:49 UTC) #5
sergeyv
https://codereview.chromium.org/360053003/diff/20001/Source/devtools/front_end/profiler/CPUProfileView.js File Source/devtools/front_end/profiler/CPUProfileView.js (right): https://codereview.chromium.org/360053003/diff/20001/Source/devtools/front_end/profiler/CPUProfileView.js#newcode577 Source/devtools/front_end/profiler/CPUProfileView.js:577: var data = /** @type {{protocolId: string, scriptLocation: !WebInspector.DebuggerModel.Location, ...
6 years, 5 months ago (2014-07-02 12:45:42 UTC) #6
sergeyv
The CQ bit was checked by sergeyv@chromium.org
6 years, 5 months ago (2014-07-02 12:46:05 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyv@chromium.org/360053003/40001
6 years, 5 months ago (2014-07-02 12:47:05 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-02 13:52:40 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-02 14:16:59 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/14477)
6 years, 5 months ago (2014-07-02 14:17:00 UTC) #11
sergeyv
The CQ bit was checked by sergeyv@chromium.org
6 years, 5 months ago (2014-07-02 14:20:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyv@chromium.org/360053003/60001
6 years, 5 months ago (2014-07-02 14:21:38 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 5 months ago (2014-07-02 15:26:01 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-02 16:46:04 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/15092)
6 years, 5 months ago (2014-07-02 16:46:05 UTC) #16
sergeyv
The CQ bit was checked by sergeyv@chromium.org
6 years, 5 months ago (2014-07-03 08:57:51 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyv@chromium.org/360053003/60001
6 years, 5 months ago (2014-07-03 08:59:00 UTC) #18
commit-bot: I haz the power
6 years, 5 months ago (2014-07-03 09:41:40 UTC) #19
Message was sent while issue was closed.
Change committed as 177462

Powered by Google App Engine
This is Rietveld 408576698