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

Issue 2145153002: Event log visualization tool keeps a map from SSRC to parsed headers (Closed)

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

Keep a map from SSRC to parsed headers in that stream and use the preparsed headers to plot the network delay changes. This is the first of several CLs that clean up the visualization tool to make it easier to add new metrics. Committed: https://crrev.com/88e64e5c6713bc63cbb21476a1d71153b8e70ac4 Cr-Commit-Position: refs/heads/master@{#13499}

Patch Set 1 #

Total comments: 30

Patch Set 2 : Comments from Philip. #

Patch Set 3 : Use emplace_back #

Total comments: 2

Patch Set 4 : Nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -253 lines) Patch
M webrtc/tools/event_log_visualizer/analyzer.h View 1 2 3 2 chunks +31 lines, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 2 3 5 chunks +202 lines, -253 lines 0 comments Download

Messages

Total messages: 29 (13 generated)
terelius
Please take a look
4 years, 5 months ago (2016-07-13 19:24:21 UTC) #5
philipel
https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode101 webrtc/tools/event_log_visualizer/analyzer.cc:101: size_t header_length, total_length; split to two lines https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode382 webrtc/tools/event_log_visualizer/analyzer.cc:382: ...
4 years, 5 months ago (2016-07-14 14:36:14 UTC) #8
terelius
https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode101 webrtc/tools/event_log_visualizer/analyzer.cc:101: size_t header_length, total_length; On 2016/07/14 14:36:14, philipel wrote: > ...
4 years, 5 months ago (2016-07-18 15:48:14 UTC) #9
philipel
https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode382 webrtc/tools/event_log_visualizer/analyzer.cc:382: WrappingDifference(packet.header.extension.absoluteSendTime, On 2016/07/18 15:48:13, terelius wrote: > On 2016/07/14 ...
4 years, 5 months ago (2016-07-18 16:29:48 UTC) #10
terelius
https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode401 webrtc/tools/event_log_visualizer/analyzer.cc:401: time_series.points.push_back(TimeSeriesPoint(x, y)); On 2016/07/18 16:29:47, philipel wrote: > On ...
4 years, 5 months ago (2016-07-18 16:38:04 UTC) #11
philipel
lgtm
4 years, 5 months ago (2016-07-18 16:38:48 UTC) #12
stefan-webrtc
https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2145153002/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode421 webrtc/tools/event_log_visualizer/analyzer.cc:421: for (auto& kv : rtp_packets_) { On 2016/07/18 15:48:13, ...
4 years, 5 months ago (2016-07-18 16:58:50 UTC) #13
stefan-webrtc
lgtm with nit fixed. https://codereview.webrtc.org/2145153002/diff/40001/webrtc/tools/event_log_visualizer/analyzer.h File webrtc/tools/event_log_visualizer/analyzer.h (right): https://codereview.webrtc.org/2145153002/diff/40001/webrtc/tools/event_log_visualizer/analyzer.h#newcode79 webrtc/tools/event_log_visualizer/analyzer.h:79: std::map<StreamId, std::vector<LoggedRtpPacket> > rtp_packets_; I ...
4 years, 5 months ago (2016-07-18 17:10:59 UTC) #14
terelius
https://codereview.webrtc.org/2145153002/diff/40001/webrtc/tools/event_log_visualizer/analyzer.h File webrtc/tools/event_log_visualizer/analyzer.h (right): https://codereview.webrtc.org/2145153002/diff/40001/webrtc/tools/event_log_visualizer/analyzer.h#newcode79 webrtc/tools/event_log_visualizer/analyzer.h:79: std::map<StreamId, std::vector<LoggedRtpPacket> > rtp_packets_; On 2016/07/18 17:10:59, stefan-webrtc (holmer) ...
4 years, 5 months ago (2016-07-19 08:09:48 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/2145153002/60001
4 years, 5 months ago (2016-07-19 08:10:31 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/6894)
4 years, 5 months ago (2016-07-19 08:22:21 UTC) #20
phoglund
rs lgtm
4 years, 5 months ago (2016-07-19 08:42:19 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/2145153002/60001
4 years, 5 months ago (2016-07-19 08:42:52 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-19 08:51:12 UTC) #26
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-19 08:51:15 UTC) #27
commit-bot: I haz the power
4 years, 5 months ago (2016-07-19 08:51:23 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/88e64e5c6713bc63cbb21476a1d71153b8e70ac4
Cr-Commit-Position: refs/heads/master@{#13499}

Powered by Google App Engine
This is Rietveld 408576698