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

Issue 2731513002: Media: Add improved duration histogram (Closed)

Created:
3 years, 9 months ago by johnme
Modified:
3 years, 9 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews, feature-media-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Media: Add improved duration histogram The existing Media.Duration histogram was capped at 1 hour, which is exceeded by over 10% of videos. BUG=none Review-Url: https://codereview.chromium.org/2731513002 Cr-Commit-Position: refs/heads/master@{#454783} Committed: https://chromium.googlesource.com/chromium/src/+/445361c39af42d3d14152f10a2ae9c786d5d0c68

Patch Set 1 #

Patch Set 2 : More active owner for histogram #

Patch Set 3 : Deprecate Media.Duration #

Total comments: 4

Patch Set 4 : Down to 50 buckets, make Dale owner #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1 line) Patch
M media/base/pipeline_impl.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (4 generated)
johnme
asvitkine: please review overall patch. Is there a neater way of doing this, e.g. to ...
3 years, 9 months ago (2017-03-02 15:11:20 UTC) #2
DaleCurtis
I think .Detailed is a bit of a misnomer since it has less detail :) ...
3 years, 9 months ago (2017-03-02 17:46:07 UTC) #3
DaleCurtis
(I.e. you say finer, but the buckets are actually courser)
3 years, 9 months ago (2017-03-02 17:46:51 UTC) #4
johnme
On 2017/03/02 17:46:51, DaleCurtis wrote: > (I.e. you say finer, but the buckets are actually ...
3 years, 9 months ago (2017-03-02 18:02:13 UTC) #5
DaleCurtis
On 2017/03/02 at 18:02:13, johnme wrote: > On 2017/03/02 17:46:51, DaleCurtis wrote: > > (I.e. ...
3 years, 9 months ago (2017-03-02 18:09:14 UTC) #6
johnme
On 2017/03/02 18:09:14, DaleCurtis wrote: > On 2017/03/02 at 18:02:13, johnme wrote: > > On ...
3 years, 9 months ago (2017-03-02 18:12:58 UTC) #7
DaleCurtis
I see, I forgot they were exponential buckets and even then I was surprised by ...
3 years, 9 months ago (2017-03-02 18:26:17 UTC) #8
DaleCurtis
Also I suspect those 10% are almost all in the range of 120-240 minutes; so ...
3 years, 9 months ago (2017-03-02 18:30:50 UTC) #9
johnme
On 2017/03/02 18:26:17, DaleCurtis wrote: > In that case I'd just say we should obsolete ...
3 years, 9 months ago (2017-03-02 18:52:55 UTC) #10
DaleCurtis
Update description with some more details on the change and how we came up with ...
3 years, 9 months ago (2017-03-02 19:52:59 UTC) #11
Alexei Svitkine (slow)
https://codereview.chromium.org/2731513002/diff/40001/media/base/pipeline_impl.cc File media/base/pipeline_impl.cc (right): https://codereview.chromium.org/2731513002/diff/40001/media/base/pipeline_impl.cc#newcode510 media/base/pipeline_impl.cc:510: base::TimeDelta::FromDays(1), 100 /* bucket_count */); Are you sure you ...
3 years, 9 months ago (2017-03-03 16:37:38 UTC) #12
johnme
Addressed comments - thanks! https://codereview.chromium.org/2731513002/diff/40001/media/base/pipeline_impl.cc File media/base/pipeline_impl.cc (right): https://codereview.chromium.org/2731513002/diff/40001/media/base/pipeline_impl.cc#newcode510 media/base/pipeline_impl.cc:510: base::TimeDelta::FromDays(1), 100 /* bucket_count */); ...
3 years, 9 months ago (2017-03-03 18:58:05 UTC) #13
Alexei Svitkine (slow)
lgtm
3 years, 9 months ago (2017-03-03 19:07:26 UTC) #14
DaleCurtis
Still lgtm, though if you are concerned about bucket size we can drop the max ...
3 years, 9 months ago (2017-03-03 20:02:44 UTC) #15
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/2731513002/60001
3 years, 9 months ago (2017-03-04 21:58:48 UTC) #17
commit-bot: I haz the power
3 years, 9 months ago (2017-03-04 23:53:18 UTC) #20
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/445361c39af42d3d14152f10a2ae...

Powered by Google App Engine
This is Rietveld 408576698