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

Issue 2346133002: Generate long task timing entries when long task is reported. (Closed)

Created:
4 years, 3 months ago by panicker
Modified:
4 years, 3 months ago
Reviewers:
caseq, dgozman
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, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Generate long task timing entries when long task is reported. Depends on https://codereview.chromium.org/2343553005/ (haven't figured out how to show this as diffbase) BUG=635596 Committed: https://crrev.com/a836bd29e3ca8f3c40a3a4108613a61a2a82f5e7 Cr-Commit-Position: refs/heads/master@{#419849}

Patch Set 1 #

Patch Set 2 : add basic unittest #

Total comments: 8

Patch Set 3 : review comments and rebase to CL 2343553005 #

Total comments: 14

Patch Set 4 : address review comments #

Total comments: 8

Patch Set 5 : address review comments #

Patch Set 6 : sync to base CL 2343553005 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -2 lines) Patch
M third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp View 1 2 3 4 5 2 chunks +47 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorWebPerfAgentTest.cpp View 1 2 3 3 chunks +25 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (14 generated)
panicker
PTAL. This should be good enough for next week's demo (at TPAC) so your review ...
4 years, 3 months ago (2016-09-17 00:22:36 UTC) #3
caseq
https://codereview.chromium.org/2346133002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp (right): https://codereview.chromium.org/2346133002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp#newcode26 third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp:26: if (securityOrigin1->toRawString() == securityOrigin2->toRawString()) { I don't think this ...
4 years, 3 months ago (2016-09-17 01:57:51 UTC) #5
panicker
PTAL https://codereview.chromium.org/2346133002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp (right): https://codereview.chromium.org/2346133002/diff/20001/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp#newcode26 third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp:26: if (securityOrigin1->toRawString() == securityOrigin2->toRawString()) { On 2016/09/17 01:57:50, ...
4 years, 3 months ago (2016-09-18 17:17:18 UTC) #6
vinodsonkusare77_gmail.com
https://youtu.be/ZB29OFBS2w8 On Sat, Sep 17, 2016 at 5:52 AM, <panicker@chromium.org> wrote: > Reviewers: caseq > ...
4 years, 3 months ago (2016-09-19 05:00:11 UTC) #7
vinodsonkusare77_gmail.com
https://youtu.be/ZB29OFBS2w8 On Sat, Sep 17, 2016 at 5:52 AM, <panicker@chromium.org> wrote: > Reviewers: caseq > ...
4 years, 3 months ago (2016-09-19 05:00:16 UTC) #8
dgozman
If you make git branch A be upstream for a branch B, only the diff ...
4 years, 3 months ago (2016-09-19 18:09:49 UTC) #9
panicker
PTAL https://codereview.chromium.org/2346133002/diff/40001/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp (right): https://codereview.chromium.org/2346133002/diff/40001/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp#newcode87 third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp:87: blink::DOMWindow* domWindow = m_inspectedFrames->root()->domWindow(); On 2016/09/19 18:09:49, dgozman ...
4 years, 3 months ago (2016-09-19 22:11:10 UTC) #10
caseq
lgtm https://codereview.chromium.org/2346133002/diff/60001/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp File third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp (right): https://codereview.chromium.org/2346133002/diff/60001/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp#newcode101 third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp:101: return "unknown"; nit: define some constant for this. ...
4 years, 3 months ago (2016-09-19 23:09:52 UTC) #12
panicker
Again: will try to submit soon. If you have further comments feel free to add ...
4 years, 3 months ago (2016-09-20 12:23:59 UTC) #13
caseq
> Done. > Although what about wrapping for better readability? Is it actually recommended > ...
4 years, 3 months ago (2016-09-20 17:31:02 UTC) #20
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/2346133002/100001
4 years, 3 months ago (2016-09-20 20:31:08 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-20 20:36:31 UTC) #25
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 20:38:08 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a836bd29e3ca8f3c40a3a4108613a61a2a82f5e7
Cr-Commit-Position: refs/heads/master@{#419849}

Powered by Google App Engine
This is Rietveld 408576698