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

Issue 693433003: Add a new finch experiment to control the system buffer size. (Closed)

Created:
6 years, 1 month ago by guoweis_left_chromium
Modified:
6 years, 1 month ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add a new finch experiment to control the system buffer size. Control UDP Send Socket buffer size along with a new UMA to track how long the time spent in browser process. BUG=427555 Committed: https://crrev.com/2996830edd11a448f906df4353242b64358725da Cr-Commit-Position: refs/heads/master@{#303326}

Patch Set 1 : #

Patch Set 2 : change from uL to uLL for 64 bit number #

Total comments: 17

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -17 lines) Patch
M content/browser/renderer_host/p2p/socket_host_udp.h View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_udp.cc View 1 2 3 4 5 6 chunks +53 lines, -15 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (11 generated)
guoweis_left_chromium
Justin, please review this change. mallinath@, please OWNER review files under p2p.
6 years, 1 month ago (2014-11-04 05:20:42 UTC) #5
guoweis_left_chromium
asvitkine@, isherman@, jar@, jwd@, mpearson@ Sorry for the spamming. I'm trying to get this change ...
6 years, 1 month ago (2014-11-04 05:28:13 UTC) #7
Mallinath (Gone from Chromium)
lgtm
6 years, 1 month ago (2014-11-04 05:32:18 UTC) #8
Mallinath (Gone from Chromium)
lgtm
6 years, 1 month ago (2014-11-04 05:32:18 UTC) #9
guoweis_left_chromium
On 2014/11/04 05:32:18, mallinath2 wrote: > lgtm Here is the function which generates the packet_id ...
6 years, 1 month ago (2014-11-04 05:45:45 UTC) #10
juberti2
lgtm with nits, although OK to address them later https://codereview.chromium.org/693433003/diff/80001/content/browser/renderer_host/p2p/socket_host_udp.cc File content/browser/renderer_host/p2p/socket_host_udp.cc (right): https://codereview.chromium.org/693433003/diff/80001/content/browser/renderer_host/p2p/socket_host_udp.cc#newcode92 content/browser/renderer_host/p2p/socket_host_udp.cc:92: ...
6 years, 1 month ago (2014-11-04 06:00:18 UTC) #11
guoweis_left_chromium
On 2014/11/04 05:28:13, guoweis_chromium wrote: > asvitkine@, isherman@, jar@, jwd@, mpearson@ > > Sorry for ...
6 years, 1 month ago (2014-11-04 07:12:48 UTC) #12
Alexei Svitkine (slow)
https://codereview.chromium.org/693433003/diff/80001/content/browser/renderer_host/p2p/socket_host_udp.cc File content/browser/renderer_host/p2p/socket_host_udp.cc (right): https://codereview.chromium.org/693433003/diff/80001/content/browser/renderer_host/p2p/socket_host_udp.cc#newcode92 content/browser/renderer_host/p2p/socket_host_udp.cc:92: if (base::FieldTrialList::FindFullName("WebRTC-SystemUDPSendSocketSize") == On 2014/11/04 06:00:18, juberti2 wrote: > ...
6 years, 1 month ago (2014-11-04 15:17:50 UTC) #13
Alexei Svitkine (slow)
6 years, 1 month ago (2014-11-04 15:17:50 UTC) #14
Mark P
Since Alexei is taking the lead from the metrics side for reviewing this, I'm removing ...
6 years, 1 month ago (2014-11-04 16:38:41 UTC) #15
guoweis2
PTAL https://codereview.chromium.org/693433003/diff/80001/content/browser/renderer_host/p2p/socket_host_udp.cc File content/browser/renderer_host/p2p/socket_host_udp.cc (right): https://codereview.chromium.org/693433003/diff/80001/content/browser/renderer_host/p2p/socket_host_udp.cc#newcode92 content/browser/renderer_host/p2p/socket_host_udp.cc:92: if (base::FieldTrialList::FindFullName("WebRTC-SystemUDPSendSocketSize") == On 2014/11/04 15:17:50, Alexei Svitkine ...
6 years, 1 month ago (2014-11-07 22:18:20 UTC) #20
Alexei Svitkine (slow)
https://codereview.chromium.org/693433003/diff/140001/content/browser/renderer_host/p2p/socket_host_udp.cc File content/browser/renderer_host/p2p/socket_host_udp.cc (right): https://codereview.chromium.org/693433003/diff/140001/content/browser/renderer_host/p2p/socket_host_udp.cc#newcode105 content/browser/renderer_host/p2p/socket_host_udp.cc:105: &send_buffer_size) && I don't think checking the return value ...
6 years, 1 month ago (2014-11-07 22:24:35 UTC) #21
juberti2
lgtm % nits https://codereview.chromium.org/693433003/diff/140001/content/browser/renderer_host/p2p/socket_host_udp.cc File content/browser/renderer_host/p2p/socket_host_udp.cc (right): https://codereview.chromium.org/693433003/diff/140001/content/browser/renderer_host/p2p/socket_host_udp.cc#newcode99 content/browser/renderer_host/p2p/socket_host_udp.cc:99: unsigned send_buffer_size = 0; unsigned int ...
6 years, 1 month ago (2014-11-07 22:25:00 UTC) #22
Alexei Svitkine (slow)
Couple more nits in addition to my previous comment about the parsing code. https://codereview.chromium.org/693433003/diff/180001/content/browser/renderer_host/p2p/socket_host_udp.cc File ...
6 years, 1 month ago (2014-11-07 22:40:20 UTC) #24
Alexei Svitkine (slow)
LGTM % my nits from earlier comment, thanks!
6 years, 1 month ago (2014-11-07 22:41:32 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/693433003/220001
6 years, 1 month ago (2014-11-07 22:50:22 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:220001)
6 years, 1 month ago (2014-11-07 23:49:58 UTC) #28
commit-bot: I haz the power
6 years, 1 month ago (2014-11-07 23:51:29 UTC) #29
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/2996830edd11a448f906df4353242b64358725da
Cr-Commit-Position: refs/heads/master@{#303326}

Powered by Google App Engine
This is Rietveld 408576698