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

Issue 1434403004: Add UMA for send bwe and pacer bitrate. (Closed)

Created:
5 years, 1 month ago by stefan-webrtc
Modified:
5 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), tterriberry_mozilla.com, andresp, the sun, 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 UMA for send bwe and pacer bitrate. Committed: https://crrev.com/18adf0a79d4a0ea124c7f27fd553382d0b0cb7ac Cr-Commit-Position: refs/heads/master@{#10675}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Comment addressed. #

Patch Set 3 : . #

Patch Set 4 : Add locks to handle OnNetworkChanged from multiple threads. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -8 lines) Patch
M webrtc/call/call.cc View 1 2 3 7 chunks +67 lines, -8 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (10 generated)
stefan-webrtc
5 years, 1 month ago (2015-11-13 10:06:34 UTC) #2
pbos-webrtc
lgtm https://codereview.webrtc.org/1434403004/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/1434403004/diff/1/webrtc/call/call.cc#newcode152 webrtc/call/call.cc:152: // The RateTrackers are only accessed (exclusively) from ...
5 years, 1 month ago (2015-11-13 11:27:24 UTC) #3
åsapersson
https://codereview.webrtc.org/1434403004/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/1434403004/diff/1/webrtc/call/call.cc#newcode244 webrtc/call/call.cc:244: int pacer_bitrate_kbps = pacer_bitrate_bps_.ComputeTotalRate() / 1000; Should these be ...
5 years, 1 month ago (2015-11-13 12:38:53 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/1434403004/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/1434403004/diff/1/webrtc/call/call.cc#newcode152 webrtc/call/call.cc:152: // The RateTrackers are only accessed (exclusively) from one ...
5 years, 1 month ago (2015-11-13 13:33:18 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/1434403004/diff/1/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/1434403004/diff/1/webrtc/call/call.cc#newcode244 webrtc/call/call.cc:244: int pacer_bitrate_kbps = pacer_bitrate_bps_.ComputeTotalRate() / 1000; On 2015/11/13 13:33:18, ...
5 years, 1 month ago (2015-11-13 13:34:12 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434403004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434403004/40001
5 years, 1 month ago (2015-11-13 14:54:00 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-13 16:05:27 UTC) #10
åsapersson
lgtm
5 years, 1 month ago (2015-11-13 16:59:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434403004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434403004/40001
5 years, 1 month ago (2015-11-15 10:24:53 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_tsan2 on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_tsan2/builds/8005)
5 years, 1 month ago (2015-11-15 11:04:33 UTC) #16
pbos-webrtc
Not sure that the tsan error is due to your change. Are you on top ...
5 years, 1 month ago (2015-11-16 18:34:44 UTC) #17
stefan-webrtc
Add locks to handle OnNetworkChanged from multiple threads.
5 years, 1 month ago (2015-11-16 19:57:15 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434403004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434403004/60001
5 years, 1 month ago (2015-11-16 20:05:44 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-16 20:56:10 UTC) #22
stefan-webrtc
It's a race in OnNetworkChanged, since that method can be called from two different threads. ...
5 years, 1 month ago (2015-11-16 21:43:13 UTC) #23
stefan-webrtc
ptal
5 years, 1 month ago (2015-11-16 21:43:25 UTC) #24
pbos-webrtc
lgtm, woo
5 years, 1 month ago (2015-11-17 14:19:40 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434403004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434403004/60001
5 years, 1 month ago (2015-11-17 14:21:57 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-17 14:25:00 UTC) #29
commit-bot: I haz the power
5 years, 1 month ago (2015-11-17 14:25:10 UTC) #30
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/18adf0a79d4a0ea124c7f27fd553382d0b0cb7ac
Cr-Commit-Position: refs/heads/master@{#10675}

Powered by Google App Engine
This is Rietveld 408576698