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

Issue 2888153002: Add TimeToScrollUpdateSwapBegin2 to UKM (Closed)

Created:
3 years, 7 months ago by Navid Zolghadr
Modified:
3 years, 6 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, asvitkine+watch_chromium.org, dtapuska+chromiumwatch_chromium.org, ncarter (slow), Charlie Reis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add TimeToScrollUpdateSwapBegin2 to UKM Report TimeToScrollUpdateSwapBegin2 via UKM and also add the testing mechanisms in render_widget_host_latency_tracker_unittest BUG=723677, 728707 Review-Url: https://codereview.chromium.org/2888153002 Cr-Commit-Position: refs/heads/master@{#476670} Committed: https://chromium.googlesource.com/chromium/src/+/04ce77fc2727d5100b89719d7bd0256797b6dfa4

Patch Set 1 #

Patch Set 2 : Rebase and use new constructs #

Total comments: 18

Patch Set 3 : Removing the old plumbing and use UkmRecorder::Get() #

Total comments: 1

Patch Set 4 : Rename the test function #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -21 lines) Patch
M chrome/browser/chrome_content_browser_client.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M components/ukm/public/ukm_recorder.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/render_widget_host_latency_tracker.h View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/render_widget_host_latency_tracker.cc View 1 2 3 chunks +32 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/render_widget_host_latency_tracker_unittest.cc View 1 2 3 12 chunks +74 lines, -4 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 2 chunks +0 lines, -7 lines 0 comments Download
M content/public/browser/content_browser_client.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M tools/metrics/ukm/ukm.xml View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M ui/latency/latency_tracker.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M ui/latency/latency_tracker.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 45 (26 generated)
Navid Zolghadr
https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc File content/browser/renderer_host/input/render_widget_host_latency_tracker.cc (right): https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc#newcode334 content/browser/renderer_host/input/render_widget_host_latency_tracker.cc:334: GetContentClient()->browser()->GetUkmRecorder(); I recently added this plumbing in this CL: ...
3 years, 7 months ago (2017-05-26 15:15:43 UTC) #4
Navid Zolghadr
On 2017/05/26 15:15:43, Navid Zolghadr wrote: > https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc > File content/browser/renderer_host/input/render_widget_host_latency_tracker.cc > (right): > > ...
3 years, 6 months ago (2017-05-30 14:17:10 UTC) #7
tdresser
https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc File content/browser/renderer_host/input/render_widget_host_latency_tracker.cc (right): https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc#newcode332 content/browser/renderer_host/input/render_widget_host_latency_tracker.cc:332: int32_t RenderWidgetHostLatencyTracker::GetUkmSourceId() { The name of this implies to ...
3 years, 6 months ago (2017-05-30 16:52:07 UTC) #8
rkaplow
You also need a Launch bug to associate any new UKMs with. If you don't ...
3 years, 6 months ago (2017-05-30 20:03:32 UTC) #11
oystein (OOO til 10th of July)
On 2017/05/26 at 15:15:43, nzolghadr wrote: > https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc > File content/browser/renderer_host/input/render_widget_host_latency_tracker.cc (right): > > https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc#newcode334 ...
3 years, 6 months ago (2017-05-30 20:42:35 UTC) #12
Navid Zolghadr
ptal https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc File content/browser/renderer_host/input/render_widget_host_latency_tracker.cc (right): https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc#newcode332 content/browser/renderer_host/input/render_widget_host_latency_tracker.cc:332: int32_t RenderWidgetHostLatencyTracker::GetUkmSourceId() { On 2017/05/30 16:52:07, tdresser wrote: ...
3 years, 6 months ago (2017-05-31 20:37:16 UTC) #15
tdresser
LGTM, thanks. https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc File content/browser/renderer_host/input/render_widget_host_latency_tracker.cc (right): https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc#newcode357 content/browser/renderer_host/input/render_widget_host_latency_tracker.cc:357: std::unique_ptr<ukm::UkmEntryBuilder> builder = On 2017/05/31 20:37:15, Navid ...
3 years, 6 months ago (2017-06-01 12:44:45 UTC) #19
rkaplow
On 2017/06/01 12:44:45, tdresser wrote: > LGTM, thanks. > > https://codereview.chromium.org/2888153002/diff/20001/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc > File content/browser/renderer_host/input/render_widget_host_latency_tracker.cc > ...
3 years, 6 months ago (2017-06-01 15:14:50 UTC) #21
Navid Zolghadr
On 2017/06/01 15:14:50, rkaplow wrote: > On 2017/06/01 12:44:45, tdresser wrote: > > LGTM, thanks. ...
3 years, 6 months ago (2017-06-01 15:22:07 UTC) #22
Navid Zolghadr
On 2017/06/01 15:22:07, Navid Zolghadr wrote: > On 2017/06/01 15:14:50, rkaplow wrote: > > On ...
3 years, 6 months ago (2017-06-01 17:46:16 UTC) #26
Navid Zolghadr
creis@chromium.org: Please review changes in content/public/*
3 years, 6 months ago (2017-06-01 17:54:35 UTC) #30
Charlie Reis
LGTM
3 years, 6 months ago (2017-06-01 21:33:55 UTC) #31
rkaplow1
lgtm
3 years, 6 months ago (2017-06-01 21:34:55 UTC) #33
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/2888153002/60001
3 years, 6 months ago (2017-06-02 14:28:59 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/454413)
3 years, 6 months ago (2017-06-02 14:39:17 UTC) #38
Navid Zolghadr
On 2017/06/02 14:39:17, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 6 months ago (2017-06-02 14:58:58 UTC) #39
rkaplow
lgtm
3 years, 6 months ago (2017-06-02 15:00:54 UTC) #40
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/2888153002/60001
3 years, 6 months ago (2017-06-02 15:33:16 UTC) #42
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 15:38:03 UTC) #45
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/04ce77fc2727d5100b89719d7bd0...

Powered by Google App Engine
This is Rietveld 408576698