|
|
Chromium Code Reviews|
Created:
4 years, 4 months ago by Zhongyi Shi Modified:
4 years, 4 months ago CC:
chromium-reviews, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionRemove histograms:
Net.QuicSession.6PacketsPatternsReceived*
Net.QuicSession.21CumulativePacketsReceived_Some21s_*
Net.QuicSession.21CumulativePacketsReceived_First21_*
Net.QuicSession.PacketReceived_IsNotAck_CONNECTION_*
Net.QuicSession.PacketReceived_IsAnAck_CONNECTION_*
Net.QuicSession.PacketReceived_Ack_CONNECTION_*
Net.QuicSession.PacketReceived_Nack_CONNECTION_*
BUG=639013
Committed: https://crrev.com/b099e13e9cdd6d0380a4e915bc97f78436b73bbe
Cr-Commit-Position: refs/heads/master@{#412976}
Patch Set 1 #
Total comments: 3
Patch Set 2 : remove some more histograms #Patch Set 3 : Remove Net.QuicSession.6PacketsPatternsReceived* #
Total comments: 2
Patch Set 4 : remove a if condition #
Messages
Total messages: 28 (16 generated)
The CQ bit was checked by zhongyi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
zhongyi@chromium.org changed reviewers: + asvitkine@chromium.org, rch@chromium.org
Might as well just nuke all of these wonky histograms that we're no longer using. https://codereview.chromium.org/2255753003/diff/1/net/quic/chromium/quic_conn... File net/quic/chromium/quic_connection_logger.cc (right): https://codereview.chromium.org/2255753003/diff/1/net/quic/chromium/quic_conn... net/quic/chromium/quic_connection_logger.cc:803: base::HistogramBase* six_packet_histogram = Get6PacketHistogram("Some6s_"); I think you can get rid of all the histograms on line 795-803, fwiw.
The CQ bit was checked by zhongyi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
https://codereview.chromium.org/2255753003/diff/1/net/quic/chromium/quic_conn... File net/quic/chromium/quic_connection_logger.cc (right): https://codereview.chromium.org/2255753003/diff/1/net/quic/chromium/quic_conn... net/quic/chromium/quic_connection_logger.cc:803: base::HistogramBase* six_packet_histogram = Get6PacketHistogram("Some6s_"); On 2016/08/17 23:55:15, Ryan Hamilton wrote: > I think you can get rid of all the histograms on line 795-803, fwiw. Do we also want to remove the last one? All the other histograms are okay to move as we didn't look at them. Not sure whether someone else is looking at the last ones.
https://codereview.chromium.org/2255753003/diff/1/net/quic/chromium/quic_conn... File net/quic/chromium/quic_connection_logger.cc (right): https://codereview.chromium.org/2255753003/diff/1/net/quic/chromium/quic_conn... net/quic/chromium/quic_connection_logger.cc:803: base::HistogramBase* six_packet_histogram = Get6PacketHistogram("Some6s_"); On 2016/08/18 03:56:04, Zhongyi Shi wrote: > On 2016/08/17 23:55:15, Ryan Hamilton wrote: > > I think you can get rid of all the histograms on line 795-803, fwiw. > > Do we also want to remove the last one? All the other histograms are okay to > move as we didn't look at them. Not sure whether someone else is looking at the > last ones. You could ask on quic-dev, though I suspect it's really unused.
lgtm
Description was changed from ========== Remove histograms: Net.QuicSession.PacketReceived_IsAnAck_Connection_* BUG=612228 ========== to ========== Remove histograms: Net.QuicSession.6PacketsPatternsReceived* Net.QuicSession.21CumulativePacketsReceived_Some21s_* Net.QuicSession.21CumulativePacketsReceived_First21_* Net.QuicSession.PacketReceived_IsNotAck_CONNECTION_* Net.QuicSession.PacketReceived_IsAnAck_CONNECTION_* Net.QuicSession.PacketReceived_Ack_CONNECTION_* Net.QuicSession.PacketReceived_Nack_CONNECTION_* BUG=639013 ==========
The CQ bit was checked by zhongyi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm, mod one tweak https://codereview.chromium.org/2255753003/diff/40001/net/quic/chromium/quic_... File net/quic/chromium/quic_connection_logger.cc (right): https://codereview.chromium.org/2255753003/diff/40001/net/quic/chromium/quic_... net/quic/chromium/quic_connection_logger.cc:345: if (largest_received_packet_number_ != 0) Is this check needed, since the method already checks: if (largest_received_packet_number_ <= 21) return;
https://codereview.chromium.org/2255753003/diff/40001/net/quic/chromium/quic_... File net/quic/chromium/quic_connection_logger.cc (right): https://codereview.chromium.org/2255753003/diff/40001/net/quic/chromium/quic_... net/quic/chromium/quic_connection_logger.cc:345: if (largest_received_packet_number_ != 0) On 2016/08/18 19:36:33, Ryan Hamilton wrote: > Is this check needed, since the method already checks: > > if (largest_received_packet_number_ <= 21) > return; > Ah, yeah, this can be removed. Removed.
The CQ bit was checked by zhongyi@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from asvitkine@chromium.org, rch@chromium.org Link to the patchset: https://codereview.chromium.org/2255753003/#ps60001 (title: "remove a if condition")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was checked by zhongyi@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Remove histograms: Net.QuicSession.6PacketsPatternsReceived* Net.QuicSession.21CumulativePacketsReceived_Some21s_* Net.QuicSession.21CumulativePacketsReceived_First21_* Net.QuicSession.PacketReceived_IsNotAck_CONNECTION_* Net.QuicSession.PacketReceived_IsAnAck_CONNECTION_* Net.QuicSession.PacketReceived_Ack_CONNECTION_* Net.QuicSession.PacketReceived_Nack_CONNECTION_* BUG=639013 ========== to ========== Remove histograms: Net.QuicSession.6PacketsPatternsReceived* Net.QuicSession.21CumulativePacketsReceived_Some21s_* Net.QuicSession.21CumulativePacketsReceived_First21_* Net.QuicSession.PacketReceived_IsNotAck_CONNECTION_* Net.QuicSession.PacketReceived_IsAnAck_CONNECTION_* Net.QuicSession.PacketReceived_Ack_CONNECTION_* Net.QuicSession.PacketReceived_Nack_CONNECTION_* BUG=639013 ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== Remove histograms: Net.QuicSession.6PacketsPatternsReceived* Net.QuicSession.21CumulativePacketsReceived_Some21s_* Net.QuicSession.21CumulativePacketsReceived_First21_* Net.QuicSession.PacketReceived_IsNotAck_CONNECTION_* Net.QuicSession.PacketReceived_IsAnAck_CONNECTION_* Net.QuicSession.PacketReceived_Ack_CONNECTION_* Net.QuicSession.PacketReceived_Nack_CONNECTION_* BUG=639013 ========== to ========== Remove histograms: Net.QuicSession.6PacketsPatternsReceived* Net.QuicSession.21CumulativePacketsReceived_Some21s_* Net.QuicSession.21CumulativePacketsReceived_First21_* Net.QuicSession.PacketReceived_IsNotAck_CONNECTION_* Net.QuicSession.PacketReceived_IsAnAck_CONNECTION_* Net.QuicSession.PacketReceived_Ack_CONNECTION_* Net.QuicSession.PacketReceived_Nack_CONNECTION_* BUG=639013 Committed: https://crrev.com/b099e13e9cdd6d0380a4e915bc97f78436b73bbe Cr-Commit-Position: refs/heads/master@{#412976} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/b099e13e9cdd6d0380a4e915bc97f78436b73bbe Cr-Commit-Position: refs/heads/master@{#412976} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
