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 1408803002: relnote: Measure HOL blocking in QUIC headers stream. Flag protected by quic_measure_headers_hol_bl… (Closed)

Created:
5 years, 2 months ago by Buck
Modified:
5 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org, ramant (doing other things)
Base URL:
https://chromium.googlesource.com/chromium/src.git@uma_for_hol_merge
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

relnote: Measure HOL blocking in QUIC headers stream. Flag protected by quic_measure_headers_hol_blocking_time, default enabled. Adds new UMA histogram: Net.QuicSession.HeadersHOLBlockedTime Merge internal change: 104894802 R=rch@chromium.org BUG= Committed: https://crrev.com/99850b3757a2dbff4ae4eba8111b5e1417ef5ea2 Cr-Commit-Position: refs/heads/master@{#354598}

Patch Set 1 #

Total comments: 2

Patch Set 2 : update reviewers #

Patch Set 3 : git cl rebase-update fix merge conflict in quic_flags.{cc,h} #

Patch Set 4 : get rid of git certs leakage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+368 lines, -30 lines) Patch
M net/quic/quic_flags.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_flags.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M net/quic/quic_frame_list.h View 3 chunks +18 lines, -7 lines 0 comments Download
M net/quic/quic_frame_list.cc View 6 chunks +25 lines, -6 lines 0 comments Download
M net/quic/quic_headers_stream.h View 1 chunk +12 lines, -0 lines 0 comments Download
M net/quic/quic_headers_stream.cc View 4 chunks +40 lines, -3 lines 0 comments Download
M net/quic/quic_headers_stream_test.cc View 8 chunks +127 lines, -6 lines 0 comments Download
M net/quic/quic_stream_sequencer.h View 4 chunks +11 lines, -1 line 0 comments Download
M net/quic/quic_stream_sequencer.cc View 5 chunks +14 lines, -4 lines 0 comments Download
M net/quic/quic_stream_sequencer_test.cc View 5 chunks +97 lines, -2 lines 0 comments Download
M net/quic/reliable_quic_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +8 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 22 (8 generated)
Buck
5 years, 2 months ago (2015-10-15 21:15:11 UTC) #1
Ryan Hamilton
https://codereview.chromium.org/1408803002/diff/1/net/quic/quic_headers_stream_test.cc File net/quic/quic_headers_stream_test.cc (right): https://codereview.chromium.org/1408803002/diff/1/net/quic/quic_headers_stream_test.cc#newcode352 net/quic/quic_headers_stream_test.cc:352: #if 0 What's the story with the #if 0s?
5 years, 2 months ago (2015-10-15 21:48:06 UTC) #2
Buck
On 2015/10/15 21:48:06, Ryan Hamilton wrote: > https://codereview.chromium.org/1408803002/diff/1/net/quic/quic_headers_stream_test.cc > File net/quic/quic_headers_stream_test.cc (right): > > https://codereview.chromium.org/1408803002/diff/1/net/quic/quic_headers_stream_test.cc#newcode352 ...
5 years, 2 months ago (2015-10-15 21:51:51 UTC) #3
Buck
5 years, 2 months ago (2015-10-15 21:52:29 UTC) #4
Ryan Hamilton
lgtm https://codereview.chromium.org/1408803002/diff/1/net/quic/quic_headers_stream_test.cc File net/quic/quic_headers_stream_test.cc (right): https://codereview.chromium.org/1408803002/diff/1/net/quic/quic_headers_stream_test.cc#newcode406 net/quic/quic_headers_stream_test.cc:406: #endif I'm somewhat surprised that nesting #ifndef/#endif inside ...
5 years, 2 months ago (2015-10-16 17:43:53 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1408803002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1408803002/1
5 years, 2 months ago (2015-10-16 17:49:51 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/110154)
5 years, 2 months ago (2015-10-16 17:55:40 UTC) #9
Buck
+r asvitkine for histograms.xml
5 years, 2 months ago (2015-10-16 18:03:23 UTC) #11
Alexei Svitkine (slow)
lgtm
5 years, 2 months ago (2015-10-16 18:32:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1408803002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1408803002/20001
5 years, 2 months ago (2015-10-16 18:34:39 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/82438) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 2 months ago (2015-10-16 18:36:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1408803002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1408803002/60001
5 years, 2 months ago (2015-10-16 20:49:18 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 2 months ago (2015-10-16 21:16:08 UTC) #21
commit-bot: I haz the power
5 years, 2 months ago (2015-10-16 21:17:48 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/99850b3757a2dbff4ae4eba8111b5e1417ef5ea2
Cr-Commit-Position: refs/heads/master@{#354598}

Powered by Google App Engine
This is Rietveld 408576698