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

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

Issue 2230503003: QUIC - Added histograms to track how cache ie performing when server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « net/quic/core/crypto/quic_server_info.h ('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 9cd12ae7cb4aa277d187580ca00b95e3dcc5f82d..956a47896c94d3b5d873949f1f68440e9d8936cc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -89335,6 +89335,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="4" label="ReadyToPersist"/>
<int value="5" label="Persist"/>
<int value="6" label="ExternalCacheHit"/>
+ <int value="7" label="ResetWaitForDataReady"/>
</enum>
<enum name="QuicDiskCacheEntryState" type="int">
@@ -89353,6 +89354,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="7" label="READY_TO_PERSIST_FAILURE"/>
<int value="8" label="PERSIST_NO_BACKEND_FAILURE"/>
<int value="9" label="WRITE_FAILURE"/>
+ <int value="10" label="NO_FAILURE"/>
+ <int value="11" label="PARSE_DATA_DECODE_FAILURE"/>
</enum>
<enum name="QuicErrorCodes" type="int">
@@ -99699,6 +99702,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="NoBackend" label="DiskCache didn't have a backend"/>
<suffix name="DiskCache" label="DiskCache backend is using disk cache."/>
<suffix name="MemoryCache" label="DiskCache backend is using memory cache."/>
+ <suffix name="PropertiesBasedCache" label="Preferences based cache is used."/>
<suffix name="WaitForDataReady"
label="Tracks the last failure reason until WaitForDataReady or its
callback is executed. This is recorded when data is ready in
« no previous file with comments | « net/quic/core/crypto/quic_server_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698