summaryrefslogtreecommitdiffstats
path: root/tools/metrics
diff options
context:
space:
mode:
Diffstat (limited to 'tools/metrics')
-rw-r--r--tools/metrics/histograms/histograms.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 27b364f..5aaed62 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10729,6 +10729,10 @@ other types of suffix sets.
<summary>The size of the cache at the beginning of an eviction.</summary>
</histogram>
+<histogram name="SimpleCache.Eviction.CacheSizeOnStart2" units="KB">
+ <summary>The size of the cache at the beginning of an eviction.</summary>
+</histogram>
+
<histogram name="SimpleCache.Eviction.EntryCount">
<summary>The number of entries to be erased in an eviction.</summary>
</histogram>
@@ -10739,6 +10743,12 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="SimpleCache.Eviction.MaxCacheSizeOnStart2" units="KB">
+ <summary>
+ The maximum allowed size of the cache at the beginning of an eviction.
+ </summary>
+</histogram>
+
<histogram name="SimpleCache.Eviction.Result" enum="BooleanSuccess">
<summary>The result of an eviction.</summary>
</histogram>
@@ -10747,10 +10757,18 @@ other types of suffix sets.
<summary>The number of bytes to be erased in an eviction.</summary>
</histogram>
+<histogram name="SimpleCache.Eviction.SizeOfEvicted2" units="KB">
+ <summary>The amount of memory freed in an eviction.</summary>
+</histogram>
+
<histogram name="SimpleCache.Eviction.SizeWhenDone" units="bytes">
<summary>The size of the cache after running an eviction.</summary>
</histogram>
+<histogram name="SimpleCache.Eviction.SizeWhenDone2" units="KB">
+ <summary>The size of the cache after running an eviction.</summary>
+</histogram>
+
<histogram name="SimpleCache.Eviction.TimeToDone" units="milliseconds">
<summary>Time spent completing an eviction.</summary>
</histogram>