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

Issue 2390693003: RTCIceCandidatePairStats added. (Closed)

Created:
4 years, 2 months ago by hbos
Modified:
4 years, 2 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

RTCIceCandidatePairStats[1] added. Note: In this initial CL most stats members are missing. This needs to be addressed before closing the RTCIceCandidatePairStats bug (crbug.com/633550). [1] https://w3c.github.io/webrtc-stats/#candidatepair-dict* BUG=chromium:633550, chromium:627816 Committed: https://crrev.com/c47a0c3ac42ba4a5582187acc3ad3a762c323e33 Cr-Commit-Position: refs/heads/master@{#14604}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Updated ID and comments #

Patch Set 3 : Set requests_received and update unittests with non-default ConnectionInfo values #

Total comments: 2

Patch Set 4 : responses_received, not requests_received #

Total comments: 10

Patch Set 5 : Addressed comments (added requests_sent/responses_sent) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+310 lines, -22 lines) Patch
M webrtc/api/rtcstatscollector.h View 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/api/rtcstatscollector.cc View 1 2 3 4 3 chunks +60 lines, -17 lines 0 comments Download
M webrtc/api/rtcstatscollector_unittest.cc View 1 2 3 4 3 chunks +102 lines, -3 lines 0 comments Download
M webrtc/api/stats/rtcstats_objects.h View 2 chunks +47 lines, -0 lines 0 comments Download
M webrtc/stats/rtcstats_objects.cc View 1 2 3 4 1 chunk +100 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (20 generated)
hbos
Please take a look, deadbeef and hta. I suspect we might want to address more ...
4 years, 2 months ago (2016-10-10 16:40:13 UTC) #9
hbos
On 2016/10/10 16:40:13, hbos wrote: > Please take a look, deadbeef and hta. > > ...
4 years, 2 months ago (2016-10-10 19:01:51 UTC) #12
Taylor Brandstetter
We should document the discrepancies between our stats and the official definitions in a bug ...
4 years, 2 months ago (2016-10-10 21:45:38 UTC) #13
hbos
https://codereview.webrtc.org/2390693003/diff/60001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2390693003/diff/60001/webrtc/api/rtcstatscollector.cc#newcode233 webrtc/api/rtcstatscollector.cc:233: // subsequent connections. crbug.com/633550 On 2016/10/10 21:45:37, Taylor Brandstetter ...
4 years, 2 months ago (2016-10-10 22:39:56 UTC) #14
Taylor Brandstetter
lgtm https://codereview.webrtc.org/2390693003/diff/60001/webrtc/api/rtcstatscollector_unittest.cc File webrtc/api/rtcstatscollector_unittest.cc (right): https://codereview.webrtc.org/2390693003/diff/60001/webrtc/api/rtcstatscollector_unittest.cc#newcode368 webrtc/api/rtcstatscollector_unittest.cc:368: rtc::ToString<>(connection_id); On 2016/10/10 22:39:56, hbos wrote: > On ...
4 years, 2 months ago (2016-10-10 23:07:03 UTC) #15
hbos
Please take a look, hta.
4 years, 2 months ago (2016-10-10 23:10:31 UTC) #16
hbos
PTAL hta and deadbeef (even though you already lgtm'd) - I added another stat and ...
4 years, 2 months ago (2016-10-11 15:50:02 UTC) #17
Taylor Brandstetter
https://codereview.webrtc.org/2390693003/diff/100001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2390693003/diff/100001/webrtc/api/rtcstatscollector.cc#newcode269 webrtc/api/rtcstatscollector.cc:269: static_cast<uint64_t>(info.recv_ping_responses); "requests received" = "responses received"?
4 years, 2 months ago (2016-10-11 17:26:50 UTC) #18
hbos
https://codereview.webrtc.org/2390693003/diff/100001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2390693003/diff/100001/webrtc/api/rtcstatscollector.cc#newcode269 webrtc/api/rtcstatscollector.cc:269: static_cast<uint64_t>(info.recv_ping_responses); On 2016/10/11 17:26:50, Taylor Brandstetter wrote: > "requests ...
4 years, 2 months ago (2016-10-11 18:26:45 UTC) #19
hta-webrtc
lgtm There are a few more stats that look like really low hanging fruit (already ...
4 years, 2 months ago (2016-10-11 20:40:26 UTC) #24
hbos
https://codereview.webrtc.org/2390693003/diff/120001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2390693003/diff/120001/webrtc/api/rtcstatscollector.cc#newcode263 webrtc/api/rtcstatscollector.cc:263: // smoothed according to the spec. crbug.com/633550 On 2016/10/11 ...
4 years, 2 months ago (2016-10-11 21:28:45 UTC) #27
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/2390693003/180001
4 years, 2 months ago (2016-10-11 21:29:03 UTC) #30
commit-bot: I haz the power
Committed patchset #5 (id:180001)
4 years, 2 months ago (2016-10-11 21:54:53 UTC) #32
commit-bot: I haz the power
4 years, 2 months ago (2016-10-11 21:55:04 UTC) #34
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c47a0c3ac42ba4a5582187acc3ad3a762c323e33
Cr-Commit-Position: refs/heads/master@{#14604}

Powered by Google App Engine
This is Rietveld 408576698