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

Issue 2719523002: RTCIceCandidatePairStats.[total/current]RoundTripTime collected. (Closed)

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

Description

RTCIceCandidatePairStats.[total/current]RoundTripTime collected. Collected in accordance with the spec: https://w3c.github.io/webrtc-stats/#candidatepair-dict* totalRoundTripTime is collected as the sum of rtt measurements, it was previously not collected. currentRoundTripTime is collected as the latest rtt measurement, it was previously collected as a smoothed value, which was incorrect. Connection is updated to collect these values which are surfaced through ConnectionInfo. BUG=webrtc:7062, webrtc:7204 Review-Url: https://codereview.webrtc.org/2719523002 Cr-Commit-Position: refs/heads/master@{#16905} Committed: https://chromium.googlesource.com/external/webrtc/+/bf8d3e572c41f5740eda0871a31d382736d8509c

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase with master #

Patch Set 3 : Non-optional total RTT, SendPingAndReceiveResponse with ScopedFakeClock #

Total comments: 4

Patch Set 4 : EXPECT_EQ(expected, actual) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -13 lines) Patch
M webrtc/api/stats/rtcstats_objects.h View 1 1 chunk +1 line, -4 lines 0 comments Download
M webrtc/p2p/base/jseptransport.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/p2p/base/jseptransport.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/p2p/base/port.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M webrtc/p2p/base/port.cc View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M webrtc/p2p/base/port_unittest.cc View 1 2 3 2 chunks +60 lines, -0 lines 0 comments Download
M webrtc/pc/rtcstats_integrationtest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/pc/rtcstatscollector.cc View 1 2 1 chunk +8 lines, -5 lines 0 comments Download
M webrtc/pc/rtcstatscollector_unittest.cc View 1 2 3 chunks +23 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (15 generated)
hbos
Please take a look, deadbeef and pthatcher.
3 years, 10 months ago (2017-02-24 16:47:45 UTC) #5
Taylor Brandstetter
https://codereview.webrtc.org/2719523002/diff/20001/webrtc/p2p/base/port.h File webrtc/p2p/base/port.h (right): https://codereview.webrtc.org/2719523002/diff/20001/webrtc/p2p/base/port.h#newcode704 webrtc/p2p/base/port.h:704: rtc::Optional<uint64_t> total_round_trip_time_ms_; Doesn't need to be rtc::Optional, since 0 ...
3 years, 10 months ago (2017-02-25 01:31:29 UTC) #8
pthatcher1
https://codereview.webrtc.org/2719523002/diff/20001/webrtc/p2p/base/port.h File webrtc/p2p/base/port.h (right): https://codereview.webrtc.org/2719523002/diff/20001/webrtc/p2p/base/port.h#newcode704 webrtc/p2p/base/port.h:704: rtc::Optional<uint64_t> total_round_trip_time_ms_; On 2017/02/25 01:31:29, Taylor Brandstetter wrote: > ...
3 years, 9 months ago (2017-02-27 18:07:21 UTC) #9
hbos
PTAL deadbeef & pthatcher. https://codereview.webrtc.org/2719523002/diff/20001/webrtc/p2p/base/port.h File webrtc/p2p/base/port.h (right): https://codereview.webrtc.org/2719523002/diff/20001/webrtc/p2p/base/port.h#newcode704 webrtc/p2p/base/port.h:704: rtc::Optional<uint64_t> total_round_trip_time_ms_; On 2017/02/27 18:07:21, ...
3 years, 9 months ago (2017-02-27 19:51:34 UTC) #13
Taylor Brandstetter
lgtm https://codereview.webrtc.org/2719523002/diff/80001/webrtc/p2p/base/port_unittest.cc File webrtc/p2p/base/port_unittest.cc (right): https://codereview.webrtc.org/2719523002/diff/80001/webrtc/p2p/base/port_unittest.cc#newcode231 webrtc/p2p/base/port_unittest.cc:231: rconn->OnReadPacket(lport->last_stun_buf()->data<char>(), OnReadPacket is also something that should be ...
3 years, 9 months ago (2017-02-27 22:21:09 UTC) #16
pthatcher1
lgtm
3 years, 9 months ago (2017-02-27 22:30:41 UTC) #17
hbos
https://codereview.webrtc.org/2719523002/diff/80001/webrtc/p2p/base/port_unittest.cc File webrtc/p2p/base/port_unittest.cc (right): https://codereview.webrtc.org/2719523002/diff/80001/webrtc/p2p/base/port_unittest.cc#newcode231 webrtc/p2p/base/port_unittest.cc:231: rconn->OnReadPacket(lport->last_stun_buf()->data<char>(), On 2017/02/27 22:21:09, Taylor Brandstetter wrote: > OnReadPacket ...
3 years, 9 months ago (2017-02-28 13:59:08 UTC) #18
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/2719523002/100001
3 years, 9 months ago (2017-02-28 13:59:21 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 14:34:51 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:100001) as
https://chromium.googlesource.com/external/webrtc/+/bf8d3e572c41f5740eda0871a...

Powered by Google App Engine
This is Rietveld 408576698