Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 7d952ed139cc9ed3515e8ff11ac3e10a4f0e7851..f5e28a0679483aeb2ec5e2ca20cfa99f9615448d 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -9312,6 +9312,17 @@ other types of suffix sets. |
<summary>The number of entries in a newly created index file.</summary> |
</histogram> |
+<histogram name="SimpleCache.IndexEntriesLoaded"> |
+ <summary>Number of entries loaded from the index file on start.</summary> |
+</histogram> |
+ |
+<histogram name="SimpleCache.IndexEntriesRestored"> |
+ <summary> |
+ Number of entries restored from disk when there was no index or the index |
+ was corrupted. |
+ </summary> |
+</histogram> |
+ |
<histogram name="SimpleCache.IndexInitializationWaiters"> |
<summary> |
At the time of index initialization, the number of enqueued jobs awaiting |