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

Issue 11975031: Track UMA stats for when the renderer side audio device wasn't ready. (Closed)

Created:
7 years, 11 months ago by DaleCurtis
Modified:
7 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org, Ami GONE FROM CHROMIUM
Visibility:
Public.

Description

Track UMA stats for when the renderer side audio device wasn't ready. A renderer that's not ready causes glitching, we should measure what percentage of users are having issues to determine how big of a problem this is. To start, we'll record the percentage of clients on each platform who see more than 3 instances of an unprepared renderer. BUG=none TEST=<in progress> Run locally on each platform to ensure common case is zero. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=179011

Patch Set 1 #

Total comments: 6

Patch Set 2 : Comments. #

Total comments: 3

Patch Set 3 : Cleanup! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -1 line) Patch
M content/browser/renderer_host/media/audio_sync_reader.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/media/audio_sync_reader.cc View 1 2 4 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
DaleCurtis
Chris and I discussed this earlier today and thought it'd be good to have some ...
7 years, 11 months ago (2013-01-17 02:04:36 UTC) #1
Chris Rogers
Thanks Dale, hopefully this will give us some good stats... some bikeshedding comments: https://codereview.chromium.org/11975031/diff/1/content/browser/renderer_host/media/audio_sync_reader.cc File ...
7 years, 11 months ago (2013-01-17 02:22:24 UTC) #2
Chris Rogers
I was thinking more about this, and think it would be really useful to have ...
7 years, 11 months ago (2013-01-17 02:52:25 UTC) #3
henrika (OOO until Aug 14)
Seems like Chris has added a comment on each new line already and I don't ...
7 years, 11 months ago (2013-01-17 13:27:17 UTC) #4
henrika (OOO until Aug 14)
Great idea to add the new stats BTW. Thanks for doing it.
7 years, 11 months ago (2013-01-17 13:28:08 UTC) #5
scherkus (not reviewing)
do we have an idea on how many times we miss vs not-miss? do we ...
7 years, 11 months ago (2013-01-17 18:00:22 UTC) #6
DaleCurtis
I think we should decide on one set of UMA stats for the first attempt. ...
7 years, 11 months ago (2013-01-17 22:43:59 UTC) #7
Chris Rogers
On 2013/01/17 22:43:59, DaleCurtis wrote: > I think we should decide on one set of ...
7 years, 11 months ago (2013-01-17 23:28:57 UTC) #8
DaleCurtis
I don't think we can record two separate integer UMA stats and correlate them in ...
7 years, 11 months ago (2013-01-17 23:45:58 UTC) #9
Chris Rogers
On 2013/01/17 23:45:58, DaleCurtis wrote: > I don't think we can record two separate integer ...
7 years, 11 months ago (2013-01-18 00:00:53 UTC) #10
DaleCurtis
IIUC, we can't correlate between any two variables recorded separately. (cc: fischman). I think the ...
7 years, 11 months ago (2013-01-18 00:09:56 UTC) #11
Chris Rogers
On 2013/01/18 00:09:56, DaleCurtis wrote: > IIUC, we can't correlate between any two variables recorded ...
7 years, 11 months ago (2013-01-18 00:17:02 UTC) #12
DaleCurtis
Latest patch set adds fractional missed/total as requested.
7 years, 11 months ago (2013-01-24 22:52:23 UTC) #13
scherkus (not reviewing)
https://codereview.chromium.org/11975031/diff/14001/content/browser/renderer_host/media/audio_sync_reader.cc File content/browser/renderer_host/media/audio_sync_reader.cc (right): https://codereview.chromium.org/11975031/diff/14001/content/browser/renderer_host/media/audio_sync_reader.cc#newcode52 content/browser/renderer_host/media/audio_sync_reader.cc:52: // 1 = 10%, 2 = 20%, ..., 10 ...
7 years, 11 months ago (2013-01-24 23:34:38 UTC) #14
DaleCurtis
https://codereview.chromium.org/11975031/diff/14001/content/browser/renderer_host/media/audio_sync_reader.cc File content/browser/renderer_host/media/audio_sync_reader.cc (right): https://codereview.chromium.org/11975031/diff/14001/content/browser/renderer_host/media/audio_sync_reader.cc#newcode64 content/browser/renderer_host/media/audio_sync_reader.cc:64: "Media.AudioRendererMissedDeadlineOSX", percentage_missed, kMissedMax); On 2013/01/24 23:34:39, scherkus wrote: > ...
7 years, 11 months ago (2013-01-26 01:02:55 UTC) #15
scherkus (not reviewing)
lgtm lgtm!
7 years, 11 months ago (2013-01-26 01:18:04 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dalecurtis@chromium.org/11975031/21002
7 years, 11 months ago (2013-01-26 01:27:43 UTC) #17
commit-bot: I haz the power
7 years, 11 months ago (2013-01-26 03:48:14 UTC) #18
Message was sent while issue was closed.
Change committed as 179011

Powered by Google App Engine
This is Rietveld 408576698