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

Issue 2707783004: [remote suggestions] Add a new histogram for recording the time since a snippet was fetched. (Closed)

Created:
3 years, 10 months ago by markusheintz_
Modified:
3 years, 10 months ago
CC:
chromium-reviews, noyau+watch_chromium.org, ntp-dev+reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[remote suggestions] Add a new histogram for recording the time since a snippet was fetched. This is the missing piece to https://codereview.chromium.org/2686063003/ BUG=690514 Review-Url: https://codereview.chromium.org/2707783004 Cr-Commit-Position: refs/heads/master@{#452465} Committed: https://chromium.googlesource.com/chromium/src/+/2075239e1a890ce7bd32ae54ca5575c145528649

Patch Set 1 #

Patch Set 2 : '"' #

Total comments: 11

Patch Set 3 : Address comments #

Total comments: 4

Patch Set 4 : Address comments round two #

Patch Set 5 : Change histogram units to minutes #

Patch Set 6 : Address comments of comments #

Total comments: 5

Patch Set 7 : final change #

Patch Set 8 : Address final comments #

Patch Set 9 : rebase on tot #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -10 lines) Patch
M components/ntp_snippets/content_suggestions_metrics.cc View 1 2 5 6 3 chunks +10 lines, -10 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (9 generated)
markusheintz_
Jan and Marc could you please take a look. Sorry for the delay
3 years, 10 months ago (2017-02-20 16:54:40 UTC) #3
jkrcal
https://codereview.chromium.org/2707783004/diff/20001/components/ntp_snippets/content_suggestions_metrics.cc File components/ntp_snippets/content_suggestions_metrics.cc (right): https://codereview.chromium.org/2707783004/diff/20001/components/ntp_snippets/content_suggestions_metrics.cc#newcode257 components/ntp_snippets/content_suggestions_metrics.cc:257: UMA_HISTOGRAM_CUSTOM_TIMES( I am wondering, do we still need the ...
3 years, 10 months ago (2017-02-20 18:38:37 UTC) #5
Marc Treib
https://codereview.chromium.org/2707783004/diff/20001/components/ntp_snippets/content_suggestions_metrics.cc File components/ntp_snippets/content_suggestions_metrics.cc (right): https://codereview.chromium.org/2707783004/diff/20001/components/ntp_snippets/content_suggestions_metrics.cc#newcode64 components/ntp_snippets/content_suggestions_metrics.cc:64: const char kHistogramContentSuggestionsTimeSinceSuggestionFetched[] = optional nit: You could remove ...
3 years, 10 months ago (2017-02-21 09:14:10 UTC) #6
markusheintz_
Address comments
3 years, 10 months ago (2017-02-21 11:30:12 UTC) #7
markusheintz_
https://codereview.chromium.org/2707783004/diff/20001/components/ntp_snippets/content_suggestions_metrics.cc File components/ntp_snippets/content_suggestions_metrics.cc (right): https://codereview.chromium.org/2707783004/diff/20001/components/ntp_snippets/content_suggestions_metrics.cc#newcode64 components/ntp_snippets/content_suggestions_metrics.cc:64: const char kHistogramContentSuggestionsTimeSinceSuggestionFetched[] = On 2017/02/21 09:14:09, Marc Treib ...
3 years, 10 months ago (2017-02-21 11:31:50 UTC) #8
Marc Treib
https://codereview.chromium.org/2707783004/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2707783004/diff/20001/tools/metrics/histograms/histograms.xml#newcode39848 tools/metrics/histograms/histograms.xml:39848: + units="ms"> On 2017/02/21 11:31:50, markusheintz_ wrote: > On ...
3 years, 10 months ago (2017-02-21 11:53:48 UTC) #9
markusheintz_
Address comments round two
3 years, 10 months ago (2017-02-21 15:16:09 UTC) #10
markusheintz_
https://codereview.chromium.org/2707783004/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2707783004/diff/20001/tools/metrics/histograms/histograms.xml#newcode39848 tools/metrics/histograms/histograms.xml:39848: + units="ms"> On 2017/02/21 11:53:48, Marc Treib wrote: > ...
3 years, 10 months ago (2017-02-21 15:28:57 UTC) #11
markusheintz_
Change histogram units to minutes
3 years, 10 months ago (2017-02-21 17:21:34 UTC) #12
markusheintz_
https://codereview.chromium.org/2707783004/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2707783004/diff/20001/tools/metrics/histograms/histograms.xml#newcode39848 tools/metrics/histograms/histograms.xml:39848: + units="ms"> On 2017/02/21 15:28:57, markusheintz_ wrote: > On ...
3 years, 10 months ago (2017-02-21 17:21:41 UTC) #13
jkrcal
lgtm I am not sure about using the time macro with minutes (the macro docs ...
3 years, 10 months ago (2017-02-22 07:48:34 UTC) #14
markusheintz_
On 2017/02/22 07:48:34, jkrcal wrote: > lgtm > > I am not sure about using ...
3 years, 10 months ago (2017-02-22 08:47:40 UTC) #15
Marc Treib
On 2017/02/22 08:47:40, markusheintz_ wrote: > On 2017/02/22 07:48:34, jkrcal wrote: > > lgtm > ...
3 years, 10 months ago (2017-02-22 09:23:00 UTC) #16
markusheintz_
On 2017/02/22 09:23:00, Marc Treib wrote: > On 2017/02/22 08:47:40, markusheintz_ wrote: > > On ...
3 years, 10 months ago (2017-02-22 13:24:25 UTC) #17
markusheintz_
Address comments of comments
3 years, 10 months ago (2017-02-22 13:25:22 UTC) #18
Marc Treib
Thanks! LGTM with some last nits. Sorry about the misunderstanding! I'll try to make my ...
3 years, 10 months ago (2017-02-22 13:38:11 UTC) #19
markusheintz_
final change
3 years, 10 months ago (2017-02-22 13:38:24 UTC) #20
markusheintz_
https://codereview.chromium.org/2707783004/diff/100001/components/ntp_snippets/content_suggestions_metrics.cc File components/ntp_snippets/content_suggestions_metrics.cc (right): https://codereview.chromium.org/2707783004/diff/100001/components/ntp_snippets/content_suggestions_metrics.cc#newcode242 components/ntp_snippets/content_suggestions_metrics.cc:242: base::TimeDelta::FromDays(0), base::TimeDelta::FromDays(7), On 2017/02/22 13:38:11, Marc Treib wrote: > ...
3 years, 10 months ago (2017-02-22 13:42:04 UTC) #21
markusheintz_
https://codereview.chromium.org/2707783004/diff/100001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2707783004/diff/100001/tools/metrics/histograms/histograms.xml#newcode39851 tools/metrics/histograms/histograms.xml:39851: + units="seconds"> On 2017/02/22 13:38:11, Marc Treib wrote: > ...
3 years, 10 months ago (2017-02-22 13:42:05 UTC) #22
markusheintz_
Address final comments
3 years, 10 months ago (2017-02-22 13:42:33 UTC) #23
markusheintz_
On 2017/02/22 13:42:33, markusheintz_ wrote: > Address final comments Mike could you review the histogram ...
3 years, 10 months ago (2017-02-22 13:43:47 UTC) #25
markusheintz_
On 2017/02/22 13:43:47, markusheintz_ wrote: > On 2017/02/22 13:42:33, markusheintz_ wrote: > > Address final ...
3 years, 10 months ago (2017-02-22 15:06:14 UTC) #27
Steven Holte
lgtm
3 years, 10 months ago (2017-02-22 22:17:51 UTC) #28
markusheintz_
rebase on tot
3 years, 10 months ago (2017-02-23 10:48:58 UTC) #29
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/2707783004/160001
3 years, 10 months ago (2017-02-23 10:49:32 UTC) #32
commit-bot: I haz the power
3 years, 10 months ago (2017-02-23 11:51:44 UTC) #35
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/2075239e1a890ce7bd32ae54ca55...

Powered by Google App Engine
This is Rietveld 408576698