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

Issue 2536613002: Use RateAccCounter for sent bitrate stats. Reports average of periodically computed stats over a ca… (Closed)

Created:
4 years ago by åsapersson
Modified:
3 years, 10 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Use RateAccCounter for sent bitrate stats. Reports average of periodically computed stats over a call. Intervals when video is paused is no longer included in the stats: "WebRTC.Video.BitrateSentInKbps" "WebRTC.Video.MediaBitrateSentInKbps" "WebRTC.Video.PaddingBitrateSentInKbps" "WebRTC.Video.RetransmittedBitrateSentInKbps" "WebRTC.Video.RtxBitrateSentInKbps" "WebRTC.Video.FecBitrateSentInKbps" BUG=webrtc:5283 Review-Url: https://codereview.webrtc.org/2536613002 Cr-Commit-Position: refs/heads/master@{#16447} Committed: https://chromium.googlesource.com/external/webrtc/+/93e1e23537431893c34b5c4fd879532c7bba839a

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 #

Patch Set 4 #

Total comments: 12

Patch Set 5 : address comments #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+537 lines, -233 lines) Patch
M webrtc/video/send_statistics_proxy.h View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M webrtc/video/send_statistics_proxy.cc View 1 2 3 4 5 5 chunks +115 lines, -55 lines 0 comments Download
M webrtc/video/send_statistics_proxy_unittest.cc View 1 2 3 4 5 2 chunks +210 lines, -165 lines 0 comments Download
M webrtc/video/stats_counter.h View 1 2 3 4 5 chunks +19 lines, -3 lines 0 comments Download
M webrtc/video/stats_counter.cc View 1 2 3 4 7 chunks +54 lines, -10 lines 0 comments Download
M webrtc/video/stats_counter_unittest.cc View 1 2 3 4 2 chunks +131 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (31 generated)
åsapersson
4 years ago (2016-12-02 15:54:29 UTC) #15
stefan-webrtc
lgtm https://codereview.webrtc.org/2536613002/diff/180001/webrtc/video/send_statistics_proxy.cc File webrtc/video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/2536613002/diff/180001/webrtc/video/send_statistics_proxy.cc#newcode366 webrtc/video/send_statistics_proxy.cc:366: } A lot of code duplication here. can ...
3 years, 11 months ago (2017-01-10 09:16:23 UTC) #24
stefan-webrtc
accidentaly gave lg. not lgtm
3 years, 11 months ago (2017-01-10 09:16:44 UTC) #25
åsapersson
https://codereview.webrtc.org/2536613002/diff/180001/webrtc/video/send_statistics_proxy.cc File webrtc/video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/2536613002/diff/180001/webrtc/video/send_statistics_proxy.cc#newcode366 webrtc/video/send_statistics_proxy.cc:366: } On 2017/01/10 09:16:23, stefan-webrtc wrote: > A lot ...
3 years, 11 months ago (2017-01-13 13:02:57 UTC) #27
stefan-webrtc
lgtm
3 years, 11 months ago (2017-01-13 13:26:46 UTC) #28
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/2536613002/240001
3 years, 10 months ago (2017-02-06 13:16:21 UTC) #35
commit-bot: I haz the power
3 years, 10 months ago (2017-02-06 13:18:41 UTC) #38
Message was sent while issue was closed.
Committed patchset #6 (id:240001) as
https://chromium.googlesource.com/external/webrtc/+/93e1e23537431893c34b5c4fd...

Powered by Google App Engine
This is Rietveld 408576698