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

Issue 1564923008: Integrate helper macros for calling histograms with different names (real-time vs screenshare and r… (Closed)

Created:
4 years, 11 months ago by åsapersson
Modified:
4 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhuangzesen_agora.io, henrika_webrtc, zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, fengyue_agora.io, andresp, peah-webrtc, 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

Integrate helper macros for calling histograms with different names (real-time vs screenshare and rampup metrics). Sparse macro is replaced and new implementation in metrics.h is used. BUG=webrtc:5283 Committed: https://crrev.com/c2148a50d233b7dace8043da50fc20bfd2a5de84 Cr-Commit-Position: refs/heads/master@{#11483}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : rebase #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -35 lines) Patch
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/include/metrics.h View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/video/send_statistics_proxy.cc View 1 2 3 4 6 7 2 chunks +41 lines, -31 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
åsapersson
4 years, 10 months ago (2016-02-02 16:31:50 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/1564923008/diff/100001/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc (right): https://codereview.webrtc.org/1564923008/diff/100001/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc#newcode158 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc:158: RTC_HISTOGRAMS_COUNTS_100000(i, kUmaRampupMetrics[i].metric_name, It's not clear to me why these ...
4 years, 10 months ago (2016-02-03 10:35:42 UTC) #6
pbos-webrtc
lgtm https://codereview.webrtc.org/1564923008/diff/100001/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc (right): https://codereview.webrtc.org/1564923008/diff/100001/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc#newcode158 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc:158: RTC_HISTOGRAMS_COUNTS_100000(i, kUmaRampupMetrics[i].metric_name, On 2016/02/03 10:35:42, stefan-webrtc (holmer) wrote: ...
4 years, 10 months ago (2016-02-03 10:43:41 UTC) #7
stefan-webrtc
lgtm
4 years, 10 months ago (2016-02-03 10:57:42 UTC) #8
åsapersson
https://codereview.webrtc.org/1564923008/diff/100001/webrtc/video/send_statistics_proxy.cc File webrtc/video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/1564923008/diff/100001/webrtc/video/send_statistics_proxy.cc#newcode106 webrtc/video/send_statistics_proxy.cc:106: RTC_HISTOGRAMS_COUNTS_10000(kIndex, uma_prefix_ + "InputWidthInPixels", On 2016/02/03 10:43:41, pbos-webrtc wrote: ...
4 years, 10 months ago (2016-02-03 11:01:59 UTC) #9
pbos-webrtc
On 2016/02/03 11:01:59, åsapersson wrote: > https://codereview.webrtc.org/1564923008/diff/100001/webrtc/video/send_statistics_proxy.cc > File webrtc/video/send_statistics_proxy.cc (right): > > https://codereview.webrtc.org/1564923008/diff/100001/webrtc/video/send_statistics_proxy.cc#newcode106 > ...
4 years, 10 months ago (2016-02-03 11:10:32 UTC) #10
pbos-webrtc
On 2016/02/03 11:10:32, pbos-webrtc wrote: > On 2016/02/03 11:01:59, åsapersson wrote: > > > https://codereview.webrtc.org/1564923008/diff/100001/webrtc/video/send_statistics_proxy.cc ...
4 years, 10 months ago (2016-02-03 11:24:21 UTC) #11
pbos-webrtc
https://codereview.webrtc.org/1564923008/diff/120001/webrtc/system_wrappers/include/metrics.h File webrtc/system_wrappers/include/metrics.h (right): https://codereview.webrtc.org/1564923008/diff/120001/webrtc/system_wrappers/include/metrics.h#newcode202 webrtc/system_wrappers/include/metrics.h:202: RTC_NOTREACHED(); \ Maybe remove the DCHECK above and do ...
4 years, 10 months ago (2016-02-03 11:56:56 UTC) #12
pbos-webrtc
On 2016/02/03 11:56:56, pbos-webrtc wrote: > https://codereview.webrtc.org/1564923008/diff/120001/webrtc/system_wrappers/include/metrics.h > File webrtc/system_wrappers/include/metrics.h (right): > > https://codereview.webrtc.org/1564923008/diff/120001/webrtc/system_wrappers/include/metrics.h#newcode202 > ...
4 years, 10 months ago (2016-02-03 11:57:08 UTC) #13
åsapersson
https://codereview.webrtc.org/1564923008/diff/120001/webrtc/system_wrappers/include/metrics.h File webrtc/system_wrappers/include/metrics.h (right): https://codereview.webrtc.org/1564923008/diff/120001/webrtc/system_wrappers/include/metrics.h#newcode202 webrtc/system_wrappers/include/metrics.h:202: RTC_NOTREACHED(); \ On 2016/02/03 11:56:56, pbos-webrtc wrote: > Maybe ...
4 years, 10 months ago (2016-02-03 12:30:27 UTC) #14
pbos-webrtc
lgtm
4 years, 10 months ago (2016-02-03 12:32:01 UTC) #15
mflodman
lgtm
4 years, 10 months ago (2016-02-03 12:37:09 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1564923008/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1564923008/160001
4 years, 10 months ago (2016-02-03 13:30:02 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) linux_baremetal on ...
4 years, 10 months ago (2016-02-03 14:34:33 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1564923008/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1564923008/160001
4 years, 10 months ago (2016-02-04 08:02:16 UTC) #24
commit-bot: I haz the power
Committed patchset #8 (id:160001)
4 years, 10 months ago (2016-02-04 08:33:26 UTC) #26
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 08:33:38 UTC) #28
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/c2148a50d233b7dace8043da50fc20bfd2a5de84
Cr-Commit-Position: refs/heads/master@{#11483}

Powered by Google App Engine
This is Rietveld 408576698