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

Issue 2722453002: Adding metrics to AEC3 (Closed)

Created:
3 years, 9 months ago by peah-webrtc
Modified:
3 years, 9 months ago
Reviewers:
hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, aleloi, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Adding metrics to AEC3. This CL adds metrics reporting to AEC3. BUG=webrtc:6018 Review-Url: https://codereview.webrtc.org/2722453002 Cr-Commit-Position: refs/heads/master@{#16929} Committed: https://chromium.googlesource.com/external/webrtc/+/e985b3fe49738b78d9b19fad8d24eae81628c181

Patch Set 1 #

Total comments: 42

Patch Set 2 : Changes in response to reviewer comments #

Total comments: 7

Patch Set 3 : Changes in response to reviewer comments #

Patch Set 4 : Changed some of the names for the metrics #

Patch Set 5 : Rebase #

Patch Set 6 : Changed some of the names for the metrics #

Patch Set 7 : Changed some of the names for the metrics #

Unified diffs Side-by-side diffs Delta from patch set Stats (+915 lines, -5 lines) Patch
M webrtc/modules/audio_processing/BUILD.gn View 1 2 3 4 5 6 6 chunks +9 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/aec3_common.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/block_processor.cc View 4 chunks +6 lines, -4 lines 0 comments Download
A webrtc/modules/audio_processing/aec3/block_processor_metrics.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec3/block_processor_metrics.cc View 1 1 chunk +103 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec3/block_processor_metrics_unittest.cc View 1 1 chunk +34 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/echo_remover.cc View 3 chunks +5 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec3/echo_remover_metrics.h View 1 1 chunk +77 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec3/echo_remover_metrics.cc View 1 2 3 1 chunk +284 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec3/echo_remover_metrics_unittest.cc View 1 1 chunk +144 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec3/render_delay_controller.cc View 3 chunks +4 lines, -1 line 0 comments Download
A webrtc/modules/audio_processing/aec3/render_delay_controller_metrics.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec3/render_delay_controller_metrics.cc View 1 2 1 chunk +117 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec3/render_delay_controller_metrics_unittest.cc View 1 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (18 generated)
peah-webrtc
Hi, Here is another CL which adds metrics to AEC3. PTAL
3 years, 9 months ago (2017-02-28 01:26:53 UTC) #6
hlundin-webrtc
Nice. See comments inline. https://codereview.webrtc.org/2722453002/diff/60001/webrtc/modules/audio_processing/aec3/aec3_common.h File webrtc/modules/audio_processing/aec3/aec3_common.h (right): https://codereview.webrtc.org/2722453002/diff/60001/webrtc/modules/audio_processing/aec3/aec3_common.h#newcode29 webrtc/modules/audio_processing/aec3/aec3_common.h:29: constexpr int kMetricsReportingInterval = 10 ...
3 years, 9 months ago (2017-02-28 10:04:23 UTC) #11
peah-webrtc
Thanks for the comments! I've revised the code according to your comments. PTAL https://codereview.webrtc.org/2722453002/diff/60001/webrtc/modules/audio_processing/aec3/aec3_common.h File ...
3 years, 9 months ago (2017-02-28 12:57:26 UTC) #12
hlundin-webrtc
LGTM with a few comments. https://codereview.webrtc.org/2722453002/diff/80001/webrtc/modules/audio_processing/aec3/block_processor_metrics.cc File webrtc/modules/audio_processing/aec3/block_processor_metrics.cc (right): https://codereview.webrtc.org/2722453002/diff/80001/webrtc/modules/audio_processing/aec3/block_processor_metrics.cc#newcode84 webrtc/modules/audio_processing/aec3/block_processor_metrics.cc:84: capture_block_counter_ = 0; Any ...
3 years, 9 months ago (2017-02-28 13:10:03 UTC) #13
peah-webrtc
Thanks for the comments! I've uploaded a new patch. https://codereview.webrtc.org/2722453002/diff/80001/webrtc/modules/audio_processing/aec3/block_processor_metrics.cc File webrtc/modules/audio_processing/aec3/block_processor_metrics.cc (right): https://codereview.webrtc.org/2722453002/diff/80001/webrtc/modules/audio_processing/aec3/block_processor_metrics.cc#newcode84 webrtc/modules/audio_processing/aec3/block_processor_metrics.cc:84: ...
3 years, 9 months ago (2017-02-28 13:19:06 UTC) #15
hlundin-webrtc
lgtm https://codereview.webrtc.org/2722453002/diff/80001/webrtc/modules/audio_processing/aec3/block_processor_metrics.cc File webrtc/modules/audio_processing/aec3/block_processor_metrics.cc (right): https://codereview.webrtc.org/2722453002/diff/80001/webrtc/modules/audio_processing/aec3/block_processor_metrics.cc#newcode84 webrtc/modules/audio_processing/aec3/block_processor_metrics.cc:84: capture_block_counter_ = 0; On 2017/02/28 13:19:06, peah-webrtc wrote: ...
3 years, 9 months ago (2017-02-28 14:02:28 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.webrtc.org/2722453002/160001
3 years, 9 months ago (2017-02-28 23:09:37 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2722453002/200001
3 years, 9 months ago (2017-02-28 23:23:28 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_tsan2 on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_tsan2/builds/20382)
3 years, 9 months ago (2017-03-01 00:32:21 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2722453002/200001
3 years, 9 months ago (2017-03-01 05:49:39 UTC) #26
commit-bot: I haz the power
3 years, 9 months ago (2017-03-01 06:08:58 UTC) #29
Message was sent while issue was closed.
Committed patchset #7 (id:200001) as
https://chromium.googlesource.com/external/webrtc/+/e985b3fe49738b78d9b19fad8...

Powered by Google App Engine
This is Rietveld 408576698