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

Issue 2133073002: Add periodic logging of video stats. (Closed)

Created:
4 years, 5 months ago by åsapersson
Modified:
4 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, pbos-webrtc, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add periodic logging of video stats. Add ToString method to: Call::Stats, VideoSendStream::Stats, VideoReceiveStream::Stats and log stats periodically (every 10 seconds). BUG= Committed: https://crrev.com/2e5cfcd6c27861fb1839f12bb2268d01d6f5a85e Cr-Commit-Position: refs/heads/master@{#13727}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : use rtc::TimeMillis #

Total comments: 4

Patch Set 4 : rebase, address comments #

Total comments: 6

Patch Set 5 : addressed comments, removed logging for rtx send streams #

Patch Set 6 #

Patch Set 7 : add logging of stats for receive streams #

Total comments: 3

Patch Set 8 : address comment #

Patch Set 9 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -20 lines) Patch
M webrtc/call.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/call/call.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.h View 1 2 3 4 5 6 7 4 chunks +5 lines, -4 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 3 4 5 6 7 8 chunks +40 lines, -10 lines 0 comments Download
M webrtc/video/receive_statistics_proxy.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/video/send_statistics_proxy.cc View 1 2 3 4 1 chunk +12 lines, -6 lines 0 comments Download
M webrtc/video/send_statistics_proxy_unittest.cc View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 5 6 7 1 chunk +28 lines, -0 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 4 5 6 7 1 chunk +40 lines, -0 lines 0 comments Download
M webrtc/video_receive_stream.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M webrtc/video_send_stream.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (14 generated)
åsapersson
4 years, 5 months ago (2016-07-08 12:48:39 UTC) #3
pbos-webrtc
drive-by comments https://codereview.webrtc.org/2133073002/diff/40001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2133073002/diff/40001/webrtc/call/call.cc#newcode207 webrtc/call/call.cc:207: ss << "[send_bw_bps:" << send_bandwidth_bps << "],"; ...
4 years, 5 months ago (2016-07-10 16:58:51 UTC) #5
stefan-webrtc
A few nits, nothing major. lgtm https://codereview.webrtc.org/2133073002/diff/60001/webrtc/media/engine/webrtcvideoengine2.cc File webrtc/media/engine/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/2133073002/diff/60001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1364 webrtc/media/engine/webrtcvideoengine2.cc:1364: rtc::TimeDiff(now_ms, last_stats_log_ms_) > ...
4 years, 4 months ago (2016-08-01 11:14:09 UTC) #6
åsapersson
Also removed logging for rtx streams, ptal. https://codereview.webrtc.org/2133073002/diff/40001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2133073002/diff/40001/webrtc/call/call.cc#newcode207 webrtc/call/call.cc:207: ss << ...
4 years, 4 months ago (2016-08-01 15:55:22 UTC) #9
mflodman
LG, minor comments. https://codereview.webrtc.org/2133073002/diff/160001/webrtc/media/engine/webrtcvideoengine2.cc File webrtc/media/engine/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/2133073002/diff/160001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1352 webrtc/media/engine/webrtcvideoengine2.cc:1352: FillSenderStats(info); We could keep track of ...
4 years, 4 months ago (2016-08-04 13:37:09 UTC) #10
åsapersson
https://codereview.webrtc.org/2133073002/diff/160001/webrtc/media/engine/webrtcvideoengine2.cc File webrtc/media/engine/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/2133073002/diff/160001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1352 webrtc/media/engine/webrtcvideoengine2.cc:1352: FillSenderStats(info); On 2016/08/04 13:37:09, mflodman wrote: > We could ...
4 years, 4 months ago (2016-08-04 14:54:18 UTC) #13
mflodman
lgtm
4 years, 4 months ago (2016-08-11 12:38:25 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/2133073002/240001
4 years, 4 months ago (2016-08-11 12:46:19 UTC) #18
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-11 14:46:45 UTC) #20
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/2133073002/240001
4 years, 4 months ago (2016-08-11 15:35:24 UTC) #22
commit-bot: I haz the power
Committed patchset #9 (id:240001)
4 years, 4 months ago (2016-08-11 15:41:24 UTC) #24
commit-bot: I haz the power
4 years, 4 months ago (2016-08-11 15:41:30 UTC) #26
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/2e5cfcd6c27861fb1839f12bb2268d01d6f5a85e
Cr-Commit-Position: refs/heads/master@{#13727}

Powered by Google App Engine
This is Rietveld 408576698