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

Issue 2729793003: DevTools: Support reading CPU profile format on Performance panel (Closed)

Created:
3 years, 9 months ago by alph
Modified:
3 years, 9 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: Support reading CPU profile format on Performance panel BUG=697953 Review-Url: https://codereview.chromium.org/2729793003 Cr-Commit-Position: refs/heads/master@{#454434} Committed: https://chromium.googlesource.com/chromium/src/+/73a34473d6cc86352f226be7186e1e292fe35734

Patch Set 1 #

Total comments: 8

Patch Set 2 : addressing comments #

Total comments: 6

Patch Set 3 : addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -7 lines) Patch
M third_party/WebKit/LayoutTests/inspector/tracing/tracing-timeline-load-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js View 1 2 8 chunks +35 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineJSProfile.js View 1 2 1 chunk +80 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (9 generated)
alph
3 years, 9 months ago (2017-03-02 18:29:51 UTC) #2
caseq
https://codereview.chromium.org/2729793003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js (right): https://codereview.chromium.org/2729793003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js#newcode700 third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js:700: if (initiator && (initiator.endTime || initiator.startTime) < event.startTime && ...
3 years, 9 months ago (2017-03-02 19:00:40 UTC) #3
alph
ptal https://codereview.chromium.org/2729793003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js (right): https://codereview.chromium.org/2729793003/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js#newcode700 third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChart.js:700: if (initiator && (initiator.endTime || initiator.startTime) < event.startTime ...
3 years, 9 months ago (2017-03-02 19:20:01 UTC) #4
caseq
lgtm https://codereview.chromium.org/2729793003/diff/20001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js (right): https://codereview.chromium.org/2729793003/diff/20001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js#newcode246 third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js:246: this._tracingModel.addEvents(traceEvents); this one could be out of try ...
3 years, 9 months ago (2017-03-02 21:27:05 UTC) #9
alph
https://codereview.chromium.org/2729793003/diff/20001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js (right): https://codereview.chromium.org/2729793003/diff/20001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js#newcode246 third_party/WebKit/Source/devtools/front_end/timeline/TimelineLoader.js:246: this._tracingModel.addEvents(traceEvents); On 2017/03/02 21:27:05, caseq wrote: > this one ...
3 years, 9 months ago (2017-03-02 22:17:25 UTC) #10
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/2729793003/40001
3 years, 9 months ago (2017-03-02 22:19:38 UTC) #13
commit-bot: I haz the power
3 years, 9 months ago (2017-03-02 23:40:35 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/73a34473d6cc86352f226be7186e...

Powered by Google App Engine
This is Rietveld 408576698