Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 2e41f9cd4cc1a6b165dfca9e1783e971405a2363..e04113010459851d317351566f54a69ba167b9e9 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -25964,6 +25964,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Memory.Renderer.EstimatedDroppableEncodedSize" units="KB"> |
+ <owner>hajimehoshi@chromium.org</owner> |
+ <summary> |
+ The esitimated memory size which would be reduced when reusing disk cache is |
+ implemented. If it is 100% sure that the encoded data is in disk cache, the |
+ same data in memory can be dropped to reduce memory usage. This is |
+ rencorded when an ImageResource is pruned. See crbug/664437. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Memory.Renderer.Large2" units="MB"> |
<owner>bashi@chromium.org</owner> |
<owner>kouhei@chromium.org</owner> |