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

Issue 1922823003: Add frame ID to LayoutAnalyzer trace event (Closed)

Created:
4 years, 8 months ago by Kunihiko Sakamoto
Modified:
4 years, 7 months ago
Reviewers:
kinuko, benjhayden
CC:
blink-reviews, chromium-reviews, kouhei (in TOK), loading-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add frame ID to LayoutAnalyzer trace event This makes it easy to associate a LayoutAnalyzer event with other trace events. BUG=507790 Committed: https://crrev.com/6f19ad4e07796d9b62894e0b856b90ed0bd7649d Cr-Commit-Position: refs/heads/master@{#390306}

Patch Set 1 #

Patch Set 2 : Put frame ID to TracedValue #

Total comments: 4

Patch Set 3 : PRIxPTR #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 22 (7 generated)
Kunihiko Sakamoto
Ben, PTAL? This is going to be a part of trace-based First Meaningful Paint.
4 years, 8 months ago (2016-04-26 09:09:38 UTC) #3
benjhayden
Which other trace events do you need to associate with FrameView::performLayout? Did you want to ...
4 years, 8 months ago (2016-04-26 17:31:53 UTC) #4
benjhayden
+Sami, is it possible to correlate the FrameBlameContext with the LocalFrame pointer? It looks like ...
4 years, 8 months ago (2016-04-26 17:39:49 UTC) #5
paulirish
On 2016/04/26 at 17:31:53, benjhayden wrote: > Are there any other chromium changes that will ...
4 years, 8 months ago (2016-04-26 19:11:38 UTC) #6
Kunihiko Sakamoto
Thanks Paul for adding context. On 2016/04/26 17:31:53, benjhayden_chromium wrote: > Which other trace events ...
4 years, 7 months ago (2016-04-27 05:58:24 UTC) #7
Sami
On 2016/04/26 17:39:49, benjhayden_chromium wrote: > +Sami, is it possible to correlate the FrameBlameContext with ...
4 years, 7 months ago (2016-04-27 15:30:35 UTC) #8
benjhayden
On 2016/04/27 at 15:30:35, skyostil wrote: > On 2016/04/26 17:39:49, benjhayden_chromium wrote: > > +Sami, ...
4 years, 7 months ago (2016-04-27 15:47:55 UTC) #9
benjhayden
One nit then lgtm. These counters are perfect for benchmarks. Designing something more efficient when ...
4 years, 7 months ago (2016-04-27 16:36:06 UTC) #10
Kunihiko Sakamoto
kinuko@, could you do OWNER's review? https://codereview.chromium.org/1922823003/diff/20001/third_party/WebKit/Source/core/frame/FrameView.cpp File third_party/WebKit/Source/core/frame/FrameView.cpp (right): https://codereview.chromium.org/1922823003/diff/20001/third_party/WebKit/Source/core/frame/FrameView.cpp#newcode842 third_party/WebKit/Source/core/frame/FrameView.cpp:842: value->setString("frame", String::format("0x%" PRIx64, ...
4 years, 7 months ago (2016-04-28 02:56:06 UTC) #12
kinuko
lgtm.
4 years, 7 months ago (2016-04-28 03:04:45 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922823003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922823003/40001
4 years, 7 months ago (2016-04-28 03:50:39 UTC) #16
benjhayden
https://codereview.chromium.org/1922823003/diff/20001/third_party/WebKit/Source/core/frame/FrameView.cpp File third_party/WebKit/Source/core/frame/FrameView.cpp (right): https://codereview.chromium.org/1922823003/diff/20001/third_party/WebKit/Source/core/frame/FrameView.cpp#newcode842 third_party/WebKit/Source/core/frame/FrameView.cpp:842: value->setString("frame", String::format("0x%" PRIx64, static_cast<uint64_t>(reinterpret_cast<intptr_t>(m_frame.get())))); On 2016/04/28 at 02:56:06, Kunihiko ...
4 years, 7 months ago (2016-04-28 04:22:10 UTC) #17
Kunihiko Sakamoto
https://codereview.chromium.org/1922823003/diff/20001/third_party/WebKit/Source/core/frame/FrameView.cpp File third_party/WebKit/Source/core/frame/FrameView.cpp (right): https://codereview.chromium.org/1922823003/diff/20001/third_party/WebKit/Source/core/frame/FrameView.cpp#newcode842 third_party/WebKit/Source/core/frame/FrameView.cpp:842: value->setString("frame", String::format("0x%" PRIx64, static_cast<uint64_t>(reinterpret_cast<intptr_t>(m_frame.get())))); On 2016/04/28 04:22:10, benjhayden_chromium wrote: ...
4 years, 7 months ago (2016-04-28 04:47:23 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-04-28 05:16:28 UTC) #20
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:16:21 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6f19ad4e07796d9b62894e0b856b90ed0bd7649d
Cr-Commit-Position: refs/heads/master@{#390306}

Powered by Google App Engine
This is Rietveld 408576698