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

Issue 291533004: Wiring Libjingle network related metrics into Chrome (Closed)

Created:
6 years, 7 months ago by Mallinath (Gone from Chromium)
Modified:
6 years, 7 months ago
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Total comments: 12

Patch Set 5 : #

Patch Set 6 : #

Total comments: 10

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -0 lines) Patch
M content/renderer/media/rtc_peer_connection_handler.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/rtc_peer_connection_handler.cc View 1 2 3 4 5 6 7 8 2 chunks +36 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +34 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Mallinath (Gone from Chromium)
6 years, 7 months ago (2014-05-16 21:26:34 UTC) #1
perkj_chrome
You also need to modify tools/metrics/histograms/histograms.xml. I suggest you do that in the same cl ...
6 years, 7 months ago (2014-05-19 10:02:04 UTC) #2
Mallinath (Gone from Chromium)
I have merged histograms.xml changes into this CL. For some reason I was thinking it ...
6 years, 7 months ago (2014-05-19 22:56:10 UTC) #3
Alexei Svitkine (slow)
https://codereview.chromium.org/291533004/diff/60001/content/renderer/media/rtc_peer_connection_handler.cc File content/renderer/media/rtc_peer_connection_handler.cc (right): https://codereview.chromium.org/291533004/diff/60001/content/renderer/media/rtc_peer_connection_handler.cc#newcode325 content/renderer/media/rtc_peer_connection_handler.cc:325: webrtc::PeerConnectionUMAMetricsCounter counter) { Nit: OVERRIDE https://codereview.chromium.org/291533004/diff/60001/content/renderer/media/rtc_peer_connection_handler.cc#newcode331 content/renderer/media/rtc_peer_connection_handler.cc:331: webrtc::PeerConnectionUMAMetricsName type, ...
6 years, 7 months ago (2014-05-20 06:40:19 UTC) #4
Mallinath (Gone from Chromium)
PTAL https://codereview.chromium.org/291533004/diff/60001/content/renderer/media/rtc_peer_connection_handler.cc File content/renderer/media/rtc_peer_connection_handler.cc (right): https://codereview.chromium.org/291533004/diff/60001/content/renderer/media/rtc_peer_connection_handler.cc#newcode325 content/renderer/media/rtc_peer_connection_handler.cc:325: webrtc::PeerConnectionUMAMetricsCounter counter) { On 2014/05/20 06:40:20, Alexei Svitkine ...
6 years, 7 months ago (2014-05-21 19:02:18 UTC) #5
perkj_chrome
lgtm with nits https://codereview.chromium.org/291533004/diff/100001/content/renderer/media/rtc_peer_connection_handler.cc File content/renderer/media/rtc_peer_connection_handler.cc (right): https://codereview.chromium.org/291533004/diff/100001/content/renderer/media/rtc_peer_connection_handler.cc#newcode402 content/renderer/media/rtc_peer_connection_handler.cc:402: if (uma_observer_) this can not fail. ...
6 years, 7 months ago (2014-05-22 07:38:58 UTC) #6
Alexei Svitkine (slow)
https://codereview.chromium.org/291533004/diff/100001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/291533004/diff/100001/tools/metrics/histograms/histograms.xml#newcode31170 tools/metrics/histograms/histograms.xml:31170: +<histogram name="WebRTC.PeerConnectionIPMetrics" enum="PeerConnectionCounters"> Nit: I suggest to rename these ...
6 years, 7 months ago (2014-05-22 08:35:35 UTC) #7
Mallinath (Gone from Chromium)
PTAL https://codereview.chromium.org/291533004/diff/100001/content/renderer/media/rtc_peer_connection_handler.cc File content/renderer/media/rtc_peer_connection_handler.cc (right): https://codereview.chromium.org/291533004/diff/100001/content/renderer/media/rtc_peer_connection_handler.cc#newcode402 content/renderer/media/rtc_peer_connection_handler.cc:402: if (uma_observer_) On 2014/05/22 07:38:58, perkj wrote: > ...
6 years, 7 months ago (2014-05-22 15:46:36 UTC) #8
Alexei Svitkine (slow)
https://codereview.chromium.org/291533004/diff/120001/content/renderer/media/rtc_peer_connection_handler.cc File content/renderer/media/rtc_peer_connection_handler.cc (right): https://codereview.chromium.org/291533004/diff/120001/content/renderer/media/rtc_peer_connection_handler.cc#newcode326 content/renderer/media/rtc_peer_connection_handler.cc:326: UMA_HISTOGRAM_ENUMERATION("WebRTC.PeerConnectionIPMetrics", Update the names here too (i.e. WebRTC.PeerConnectionIPMetrics -> ...
6 years, 7 months ago (2014-05-22 15:50:42 UTC) #9
Mallinath (Gone from Chromium)
https://codereview.chromium.org/291533004/diff/120001/content/renderer/media/rtc_peer_connection_handler.cc File content/renderer/media/rtc_peer_connection_handler.cc (right): https://codereview.chromium.org/291533004/diff/120001/content/renderer/media/rtc_peer_connection_handler.cc#newcode326 content/renderer/media/rtc_peer_connection_handler.cc:326: UMA_HISTOGRAM_ENUMERATION("WebRTC.PeerConnectionIPMetrics", On 2014/05/22 15:50:42, Alexei Svitkine wrote: > Update ...
6 years, 7 months ago (2014-05-22 15:52:18 UTC) #10
Alexei Svitkine (slow)
LGTM
6 years, 7 months ago (2014-05-22 15:59:23 UTC) #11
Mallinath (Gone from Chromium)
The CQ bit was checked by mallinath@chromium.org
6 years, 7 months ago (2014-05-22 15:59:49 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mallinath@chromium.org/291533004/140001
6 years, 7 months ago (2014-05-22 16:00:20 UTC) #13
Mallinath (Gone from Chromium)
The CQ bit was checked by mallinath@chromium.org
6 years, 7 months ago (2014-05-22 16:16:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mallinath@chromium.org/291533004/160001
6 years, 7 months ago (2014-05-22 16:17:46 UTC) #15
commit-bot: I haz the power
6 years, 7 months ago (2014-05-22 19:42:02 UTC) #16
Message was sent while issue was closed.
Change committed as 272281

Powered by Google App Engine
This is Rietveld 408576698