summaryrefslogtreecommitdiffstats
path: root/tools/metrics/histograms/histograms.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/metrics/histograms/histograms.xml')
-rw-r--r--tools/metrics/histograms/histograms.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e54dabf..ea83436 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10016,6 +10016,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult">
+ <summary>
+ Whether or not the CRC was checked at the moment when the last reference to
+ a read-only entry stream is closed.
+ </summary>
+</histogram>
+
<histogram name="SimpleCache.CreationToIndex" units="milliseconds">
<summary>
The time from the creation of the simple cache backend until the index has
@@ -11751,6 +11758,12 @@ other types of suffix sets.
<int value="29" label="CHANNEL_LAYOUT_DISCRETE"/>
</enum>
+<enum name="CheckCRCResult" type="int">
+ <int value="0" label="Was never read to end"/>
+ <int value="1" label="CRC check not done"/>
+ <int value="2" label="CRC check done"/>
+</enum>
+
<enum name="ClipboardAction" type="int">
<int value="0" label="Write from non-Incognito"/>
<int value="1" label="Write from Incognito"/>