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

Issue 2220383004: Visualize delay changes based on both abs-send-time and capture time. (Closed)

Created:
4 years, 4 months ago by terelius
Modified:
4 years, 4 months ago
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

Visualize delay changes based on both abs-send-time and capture time. Adds reusable template function objects to extract interesting statistics from data sets. A few more of these will be added later to reduce the code size. Committed: https://crrev.com/ccbbf8da3820ed3fe7505b968b44db22028a4627 Cr-Commit-Position: refs/heads/master@{#13713}

Patch Set 1 #

Total comments: 13

Patch Set 2 : Move LoggedRtcpPacket and BwePacketLossEvent out of EventLogAnalyzer. #

Patch Set 3 : Fix compile error #

Patch Set 4 : Comments from Danil. #

Patch Set 5 : Format #

Total comments: 2

Patch Set 6 : Nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -93 lines) Patch
M webrtc/tools/event_log_visualizer/analyzer.h View 1 2 chunks +25 lines, -27 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 2 3 4 5 4 chunks +111 lines, -66 lines 0 comments Download

Messages

Total messages: 27 (12 generated)
terelius
Please take a look.
4 years, 4 months ago (2016-08-09 11:31:17 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode101 webrtc/tools/event_log_visualizer/analyzer.cc:101: class OneWayDelayChangeAbsSendTime { Can't we make these classes inherit ...
4 years, 4 months ago (2016-08-09 11:43:17 UTC) #3
terelius
https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode101 webrtc/tools/event_log_visualizer/analyzer.cc:101: class OneWayDelayChangeAbsSendTime { On 2016/08/09 11:43:17, stefan-webrtc (holmer) wrote: ...
4 years, 4 months ago (2016-08-09 12:04:27 UTC) #4
stefan-webrtc
lgtm https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode101 webrtc/tools/event_log_visualizer/analyzer.cc:101: class OneWayDelayChangeAbsSendTime { On 2016/08/09 12:04:27, terelius wrote: ...
4 years, 4 months ago (2016-08-09 12:19:48 UTC) #5
danilchap
https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode101 webrtc/tools/event_log_visualizer/analyzer.cc:101: class OneWayDelayChangeAbsSendTime { It is not easy to see ...
4 years, 4 months ago (2016-08-09 12:39:58 UTC) #10
terelius
https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode101 webrtc/tools/event_log_visualizer/analyzer.cc:101: class OneWayDelayChangeAbsSendTime { On 2016/08/09 12:39:58, danilchap wrote: > ...
4 years, 4 months ago (2016-08-09 14:42:55 UTC) #11
danilchap
lgtm % nit https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2220383004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode101 webrtc/tools/event_log_visualizer/analyzer.cc:101: class OneWayDelayChangeAbsSendTime { On 2016/08/09 14:42:54, ...
4 years, 4 months ago (2016-08-09 15:09:45 UTC) #12
terelius
https://codereview.webrtc.org/2220383004/diff/80001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2220383004/diff/80001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode153 webrtc/tools/event_log_visualizer/analyzer.cc:153: ResultType operator()(const LoggedRtpPacket& old_packet, On 2016/08/09 15:09:44, danilchap wrote: ...
4 years, 4 months ago (2016-08-09 15:35:33 UTC) #13
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/2220383004/100001
4 years, 4 months ago (2016-08-09 15:36:11 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: mac_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_rel/builds/17038)
4 years, 4 months ago (2016-08-09 15:52:35 UTC) #18
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/2220383004/100001
4 years, 4 months ago (2016-08-10 11:31:04 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_libfuzzer_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_libfuzzer_rel/builds/4431)
4 years, 4 months ago (2016-08-10 11:39:50 UTC) #22
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/2220383004/100001
4 years, 4 months ago (2016-08-10 14:19:44 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-10 14:34:32 UTC) #25
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 14:34:45 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/ccbbf8da3820ed3fe7505b968b44db22028a4627
Cr-Commit-Position: refs/heads/master@{#13713}

Powered by Google App Engine
This is Rietveld 408576698