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

Issue 2234883002: Adds function for computing moving average to visualization tool. (Closed)

Created:
4 years, 4 months ago by terelius
Modified:
4 years, 4 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Adds function for computing moving average to visualization tool. Uses generic functions to plot packet sizes, sequence number delta and bitrate per SSRC. Also detects and prints warnings if delay differences seem unrealistic. NOTRY=True Committed: https://crrev.com/6addf49913915a392826960e3b3a23e496992cbc Cr-Commit-Position: refs/heads/master@{#13872}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Comments from Stefan #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -135 lines) Patch
M webrtc/tools/event_log_visualizer/analyzer.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 9 chunks +132 lines, -135 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
terelius
4 years, 4 months ago (2016-08-10 15:14:31 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/2234883002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2234883002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode169 webrtc/tools/event_log_visualizer/analyzer.cc:169: if (delay_change < -10000 || 10000 < delay_change) { ...
4 years, 4 months ago (2016-08-11 15:40:15 UTC) #3
terelius
https://codereview.webrtc.org/2234883002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2234883002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode169 webrtc/tools/event_log_visualizer/analyzer.cc:169: if (delay_change < -10000 || 10000 < delay_change) { ...
4 years, 4 months ago (2016-08-19 15:12:19 UTC) #4
stefan-webrtc
lgtm assuming we don't see it as a problem that the logs might be spammy ...
4 years, 4 months ago (2016-08-23 10:01:57 UTC) #5
terelius
https://codereview.webrtc.org/2234883002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2234883002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode169 webrtc/tools/event_log_visualizer/analyzer.cc:169: if (delay_change < -10000 || 10000 < delay_change) { ...
4 years, 4 months ago (2016-08-23 18:17:30 UTC) #6
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/2234883002/20001
4 years, 4 months ago (2016-08-23 20:03:34 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 4 months ago (2016-08-23 22:04:19 UTC) #10
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/2234883002/20001
4 years, 4 months ago (2016-08-23 23:15:28 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.webrtc.org/2234883002/20001
4 years, 4 months ago (2016-08-24 00:24:53 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-24 00:34:12 UTC) #18
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 00:34:26 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6addf49913915a392826960e3b3a23e496992cbc
Cr-Commit-Position: refs/heads/master@{#13872}

Powered by Google App Engine
This is Rietveld 408576698