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

Issue 2188033004: Add BWE plot to event log analyzer. (Closed)

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

Description

Add BWE plot to event log analyzer. The plot is constructed by actually running the congestion controller with the logged rtp headers and rtcp feedback messages to reproduce the same behavior as in the real call. R=phoglund@webrtc.org, terelius@webrtc.org Committed: https://crrev.com/2beea2a8c920000ef19eea20cce397507fc3d5e7 Cr-Commit-Position: refs/heads/master@{#13558}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Comments addressed. #

Patch Set 3 : . #

Patch Set 4 : Set a default bitrate. #

Patch Set 5 : Add includes. #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -89 lines) Patch
M webrtc/call/rtc_event_log.h View 1 2 chunks +35 lines, -0 lines 0 comments Download
M webrtc/call/rtc_event_log.cc View 1 1 chunk +0 lines, -34 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fuzzers/congestion_controller_feedback_fuzzer.cc View 1 1 chunk +1 line, -30 lines 0 comments Download
M webrtc/tools/BUILD.gn View 1 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/tools/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.h View 1 2 3 4 3 chunks +25 lines, -8 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 2 3 5 9 chunks +181 lines, -15 lines 0 comments Download
M webrtc/tools/event_log_visualizer/generate_timeseries.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/plot_base.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/tools/event_log_visualizer/plot_python.cc View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M webrtc/tools/tools.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
stefan-webrtc
4 years, 4 months ago (2016-07-28 09:46:19 UTC) #2
stefan-webrtc
+phoglund as owner for webrtc/tools/ and webrtc/test/
4 years, 4 months ago (2016-07-28 09:47:08 UTC) #4
phoglund
rs lgtm https://codereview.webrtc.org/2188033004/diff/1/webrtc/tools/BUILD.gn File webrtc/tools/BUILD.gn (right): https://codereview.webrtc.org/2188033004/diff/1/webrtc/tools/BUILD.gn#newcode201 webrtc/tools/BUILD.gn:201: #"../test:field_trial", Nit: remove https://codereview.webrtc.org/2188033004/diff/1/webrtc/tools/tools.gyp File webrtc/tools/tools.gyp (right): ...
4 years, 4 months ago (2016-07-28 10:21:42 UTC) #5
terelius
Nice! https://codereview.webrtc.org/2188033004/diff/1/webrtc/call/rtc_event_log.h File webrtc/call/rtc_event_log.h (right): https://codereview.webrtc.org/2188033004/diff/1/webrtc/call/rtc_event_log.h#newcode112 webrtc/call/rtc_event_log.h:112: class NullRtcEventLog : public RtcEventLog { There is ...
4 years, 4 months ago (2016-07-28 13:22:35 UTC) #6
stefan-webrtc
Comments addressed.
4 years, 4 months ago (2016-07-28 13:47:05 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/2188033004/diff/1/webrtc/call/rtc_event_log.h File webrtc/call/rtc_event_log.h (right): https://codereview.webrtc.org/2188033004/diff/1/webrtc/call/rtc_event_log.h#newcode112 webrtc/call/rtc_event_log.h:112: class NullRtcEventLog : public RtcEventLog { On 2016/07/28 13:22:35, ...
4 years, 4 months ago (2016-07-28 13:47:23 UTC) #8
stefan-webrtc
.
4 years, 4 months ago (2016-07-28 13:49:03 UTC) #9
stefan-webrtc
Set a default bitrate.
4 years, 4 months ago (2016-07-28 14:15:38 UTC) #14
terelius
lgtm
4 years, 4 months ago (2016-07-28 14:28:33 UTC) #15
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/2188033004/60001
4 years, 4 months ago (2016-07-28 14:33:14 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/7017)
4 years, 4 months ago (2016-07-28 14:38:44 UTC) #20
stefan-webrtc
Add includes.
4 years, 4 months ago (2016-07-28 15:38:22 UTC) #21
stefan-webrtc
.
4 years, 4 months ago (2016-07-28 15:40:24 UTC) #22
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/2beea2a8c920000ef19eea20cce397507fc3d5e7 Cr-Commit-Position: refs/heads/master@{#13558}
4 years, 4 months ago (2016-07-28 15:42:37 UTC) #25
stefan-webrtc
Committed patchset #6 (id:100001) manually as 2beea2a8c920000ef19eea20cce397507fc3d5e7 (presubmit successful).
4 years, 4 months ago (2016-07-28 15:42:38 UTC) #26
terelius
4 years, 4 months ago (2016-07-28 16:21:14 UTC) #27
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.webrtc.org/2190013002/ by terelius@webrtc.org.

The reason for reverting is: Breaks downstream targets..

Powered by Google App Engine
This is Rietveld 408576698