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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1979133002: QUIC - Collect histogram data to see how may users have TSVIPCli.dll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« net/quic/quic_stream_factory.cc ('K') | « net/quic/quic_stream_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 30c4d91d5b8560f3e879c500e2f989f85dd9bd0e..fe43a774fc82de7968237eeb7e88844299be5891 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29077,6 +29077,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicStreamFactory.TSVIPCliIsLoaded"
+ enum="BooleanDLLLoaded">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ Whether TSVIPCli DLL is loaded or not on windows when the socket is
+ configured.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicTimeBetweenTwoPacketSent" units="ms">
<owner>zhongyi@chromium.org</owner>
<summary>
@@ -63663,6 +63672,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="User did change scale"/>
</enum>
+<enum name="BooleanDLLLoaded" type="int">
rkaplow 2016/05/16 14:53:12 don't think you really need a custom histogram, ju
ramant (doing other things) 2016/05/16 18:14:26 Done.
+ <int value="0" label="DLL is not loaded"/>
+ <int value="1" label="DLL is loaded"/>
+</enum>
+
<enum name="BooleanDuplicate" type="int">
<int value="0" label="Not Duplicate"/>
<int value="1" label="Duplicate"/>
« net/quic/quic_stream_factory.cc ('K') | « net/quic/quic_stream_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698