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

Issue 2614583002: Fix Media.Video.KeyFrameDistance metric calculation (Closed)

Created:
3 years, 11 months ago by whywhat
Modified:
3 years, 11 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, posciak+watch_chromium.org, mlamouri (slow - plz ping)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix Media.Video.KeyFrameDistance metric calculation BUG=678108 TEST=manual Committed: https://crrev.com/1b539730c8c3ce51ec2f58a3aae2a43af4f32eaa Cr-Commit-Position: refs/heads/master@{#441381}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M media/filters/decoder_stream_traits.cc View 1 chunk +1 line, -0 lines 2 comments Download

Messages

Total messages: 21 (11 generated)
whywhat
Dan, PTaL
3 years, 11 months ago (2017-01-03 23:38:19 UTC) #2
whywhat
+Ilya for how to handle this bug histogram wise: create a new histogram, add a ...
3 years, 11 months ago (2017-01-03 23:40:53 UTC) #6
sandersd (OOO until July 31)
lgtm % suggestion. https://codereview.chromium.org/2614583002/diff/1/media/filters/decoder_stream_traits.cc File media/filters/decoder_stream_traits.cc (right): https://codereview.chromium.org/2614583002/diff/1/media/filters/decoder_stream_traits.cc#newcode140 media/filters/decoder_stream_traits.cc:140: last_keyframe_timestamp_ = current_frame_timestamp; Looks like this ...
3 years, 11 months ago (2017-01-03 23:41:41 UTC) #7
whywhat
https://codereview.chromium.org/2614583002/diff/1/media/filters/decoder_stream_traits.cc File media/filters/decoder_stream_traits.cc (right): https://codereview.chromium.org/2614583002/diff/1/media/filters/decoder_stream_traits.cc#newcode140 media/filters/decoder_stream_traits.cc:140: last_keyframe_timestamp_ = current_frame_timestamp; On 2017/01/03 at 23:41:41, sandersd wrote: ...
3 years, 11 months ago (2017-01-04 01:00:14 UTC) #8
whywhat
Seems like we're fine just ignoring the data from before the updated release is rolled ...
3 years, 11 months ago (2017-01-04 15:44:27 UTC) #12
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/2614583002/1
3 years, 11 months ago (2017-01-04 15:44:52 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1)
3 years, 11 months ago (2017-01-04 15:50:58 UTC) #17
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/1b539730c8c3ce51ec2f58a3aae2a43af4f32eaa Cr-Commit-Position: refs/heads/master@{#441381}
3 years, 11 months ago (2017-01-04 15:54:06 UTC) #19
Ilya Sherman
On 2017/01/04 15:44:27, whywhat wrote: > Seems like we're fine just ignoring the data from ...
3 years, 11 months ago (2017-01-07 00:53:54 UTC) #20
Ilya Sherman
3 years, 11 months ago (2017-01-07 00:55:21 UTC) #21
Message was sent while issue was closed.
On 2017/01/04 15:44:27, whywhat wrote:
> Seems like we're fine just ignoring the data from before the updated release
is
> rolled out and we did it before for other metrics without creating a new name,
> etc. Submitting then.

FWIW, the metrics team does recommend renaming histograms for each change in
semantics, or at least adding documentation about what Chrome versions are
uploading trustworthy or untrustworthy data.  But, we won't mandate this if your
team has a different preference.  Just keep in mind that somebody outside of
your team, or perhaps a new team member, might encounter this histogram and not
know about the bug, and be confused.

Powered by Google App Engine
This is Rietveld 408576698