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

Issue 2103483002: Add UMA stats for AEC filter divergence metric. (Closed)

Created:
4 years, 5 months ago by Henrik Grunell
Modified:
4 years, 5 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, asvitkine+watch_chromium.org, posciak+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, mcasas+watch+vc_chromium.org, miu+watch_chromium.org, o1ka
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add UMA stats for AEC filter divergence metric. Stats are reported when MediaStreamAudioProcessor::Stop() is called. This is typically when a WebRTC call is ended. BUG=623607 Committed: https://crrev.com/89d302f64f2bfc4967ec88e0eecd6c4cebcd45d2 Cr-Commit-Position: refs/heads/master@{#402801}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Code review fixes (minyue@). #

Patch Set 3 : Code review fix (minyue@). #

Total comments: 6

Patch Set 4 : Code review (tommi@). #

Patch Set 5 : Fixed unit test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -42 lines) Patch
M content/renderer/media/media_stream_audio_processor.h View 1 2 3 3 chunks +12 lines, -5 lines 0 comments Download
M content/renderer/media/media_stream_audio_processor.cc View 1 2 3 4 4 chunks +13 lines, -3 lines 0 comments Download
M content/renderer/media/media_stream_audio_processor_options.h View 1 2 3 2 chunks +27 lines, -4 lines 0 comments Download
M content/renderer/media/media_stream_audio_processor_options.cc View 1 2 3 4 chunks +74 lines, -9 lines 0 comments Download
M content/renderer/media/media_stream_audio_processor_unittest.cc View 1 2 3 4 10 chunks +27 lines, -20 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 2 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 29 (11 generated)
Henrik Grunell
tommi@: All holte@: histograms.xml
4 years, 5 months ago (2016-06-27 16:43:48 UTC) #3
Steven Holte
lgtm
4 years, 5 months ago (2016-06-27 20:53:37 UTC) #4
Henrik Grunell
Minyue: please review.
4 years, 5 months ago (2016-06-28 06:57:21 UTC) #6
minyue
Excellent work! See my minor comments. https://codereview.chromium.org/2103483002/diff/1/content/renderer/media/media_stream_audio_processor_options.cc File content/renderer/media/media_stream_audio_processor_options.cc (right): https://codereview.chromium.org/2103483002/diff/1/content/renderer/media/media_stream_audio_processor_options.cc#newcode359 content/renderer/media/media_stream_audio_processor_options.cc:359: const int kNumChunksInOneSecond ...
4 years, 5 months ago (2016-06-28 08:18:42 UTC) #7
Henrik Grunell
https://codereview.chromium.org/2103483002/diff/1/content/renderer/media/media_stream_audio_processor_options.cc File content/renderer/media/media_stream_audio_processor_options.cc (right): https://codereview.chromium.org/2103483002/diff/1/content/renderer/media/media_stream_audio_processor_options.cc#newcode359 content/renderer/media/media_stream_audio_processor_options.cc:359: const int kNumChunksInOneSecond = 100; On 2016/06/28 08:18:41, minyue ...
4 years, 5 months ago (2016-06-28 09:33:10 UTC) #8
minyue
https://codereview.chromium.org/2103483002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2103483002/diff/1/tools/metrics/histograms/histograms.xml#newcode62696 tools/metrics/histograms/histograms.xml:62696: +<histogram name="WebRTC.AecDivergentFilterNonZeroPeriods" units="%"> On 2016/06/28 09:33:10, Henrik Grunell wrote: ...
4 years, 5 months ago (2016-06-28 10:01:26 UTC) #9
Henrik Grunell
https://codereview.chromium.org/2103483002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2103483002/diff/1/tools/metrics/histograms/histograms.xml#newcode62696 tools/metrics/histograms/histograms.xml:62696: +<histogram name="WebRTC.AecDivergentFilterNonZeroPeriods" units="%"> On 2016/06/28 10:01:26, minyue wrote: > ...
4 years, 5 months ago (2016-06-28 10:09:29 UTC) #10
minyue
lgtm
4 years, 5 months ago (2016-06-28 10:29:59 UTC) #11
Henrik Grunell
Tommi?
4 years, 5 months ago (2016-06-28 10:34:55 UTC) #12
tommi (sloooow) - chröme
https://codereview.chromium.org/2103483002/diff/40001/content/renderer/media/media_stream_audio_processor_options.cc File content/renderer/media/media_stream_audio_processor_options.cc (right): https://codereview.chromium.org/2103483002/diff/40001/content/renderer/media/media_stream_audio_processor_options.cc#newcode53 content/renderer/media/media_stream_audio_processor_options.cc:53: const int kChunkDurationMs = 10; If this value is ...
4 years, 5 months ago (2016-06-28 11:43:56 UTC) #13
Henrik Grunell
https://codereview.chromium.org/2103483002/diff/40001/content/renderer/media/media_stream_audio_processor_options.cc File content/renderer/media/media_stream_audio_processor_options.cc (right): https://codereview.chromium.org/2103483002/diff/40001/content/renderer/media/media_stream_audio_processor_options.cc#newcode53 content/renderer/media/media_stream_audio_processor_options.cc:53: const int kChunkDurationMs = 10; On 2016/06/28 11:43:56, tommi-chrömium ...
4 years, 5 months ago (2016-06-29 08:47:59 UTC) #15
tommi (sloooow) - chröme
lgtm
4 years, 5 months ago (2016-06-29 10:54:05 UTC) #16
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/2103483002/80001
4 years, 5 months ago (2016-06-29 11:03:32 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/193784)
4 years, 5 months ago (2016-06-29 11:29:24 UTC) #21
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/2103483002/90001
4 years, 5 months ago (2016-06-29 13:20:28 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:90001)
4 years, 5 months ago (2016-06-29 14:23:28 UTC) #26
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-29 14:23:36 UTC) #27
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 14:26:06 UTC) #29
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/89d302f64f2bfc4967ec88e0eecd6c4cebcd45d2
Cr-Commit-Position: refs/heads/master@{#402801}

Powered by Google App Engine
This is Rietveld 408576698