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

Issue 1567013004: Add helper macros for calling a histogram with different names. (Closed)

Created:
4 years, 11 months ago by åsapersson
Modified:
4 years, 10 months ago
Reviewers:
pbos-webrtc, mflodman
CC:
webrtc-reviews_webrtc.org, henrika_webrtc, zhengzhonghou_agora.io, tterriberry_mozilla.com, fengyue_agora.io, peah-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add helper macros for calling a histogram with different names. To be used when a metric is used in different modes such as real-time vs screenshare (will be done in https://codereview.webrtc.org/1564923008/). BUG=webrtc:5283 Committed: https://crrev.com/040b79ff7e4d5824a97ead0099d7ea84c2476c30 Cr-Commit-Position: refs/heads/master@{#11461}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -0 lines) Patch
M webrtc/system_wrappers/include/metrics.h View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
M webrtc/system_wrappers/source/metrics_unittest.cc View 1 2 3 2 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
åsapersson
4 years, 11 months ago (2016-01-18 08:37:08 UTC) #4
pbos-webrtc
Shouldn't this be under some _SLOW label or something to annotate that it uses the ...
4 years, 11 months ago (2016-01-18 14:57:58 UTC) #5
pbos-webrtc
Sorry, jumped the gun too quickly. LGTM.
4 years, 11 months ago (2016-01-18 14:59:42 UTC) #6
pbos-webrtc
On the other hand, can you add the realtime vs. screenshare case to this CL ...
4 years, 11 months ago (2016-01-18 15:01:14 UTC) #7
åsapersson
On 2016/01/18 15:01:14, pbos-webrtc wrote: > On the other hand, can you add the realtime ...
4 years, 11 months ago (2016-01-19 10:55:42 UTC) #9
pbos-webrtc
https://codereview.webrtc.org/1567013004/diff/40001/webrtc/system_wrappers/include/metrics.h File webrtc/system_wrappers/include/metrics.h (right): https://codereview.webrtc.org/1567013004/diff/40001/webrtc/system_wrappers/include/metrics.h#newcode190 webrtc/system_wrappers/include/metrics.h:190: RTC_DCHECK_GE(index, 0); \ RTC_DCHECK(index >= 0) so you can ...
4 years, 11 months ago (2016-01-19 14:13:35 UTC) #10
åsapersson
https://codereview.webrtc.org/1567013004/diff/40001/webrtc/system_wrappers/include/metrics.h File webrtc/system_wrappers/include/metrics.h (right): https://codereview.webrtc.org/1567013004/diff/40001/webrtc/system_wrappers/include/metrics.h#newcode190 webrtc/system_wrappers/include/metrics.h:190: RTC_DCHECK_GE(index, 0); \ On 2016/01/19 14:13:35, pbos-webrtc wrote: > ...
4 years, 11 months ago (2016-01-20 10:50:52 UTC) #11
mflodman
LGTM
4 years, 10 months ago (2016-02-02 14:04:57 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1567013004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1567013004/60001
4 years, 10 months ago (2016-02-02 14:11:37 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-02 15:13:09 UTC) #17
commit-bot: I haz the power
4 years, 10 months ago (2016-02-02 15:13:28 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/040b79ff7e4d5824a97ead0099d7ea84c2476c30
Cr-Commit-Position: refs/heads/master@{#11461}

Powered by Google App Engine
This is Rietveld 408576698