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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2499263002: Add UMA to estimate deroppable memory usage of encoded data size in Resources (Closed)
Patch Set: Use platform/Histgram.h instead of adding depencency from core to base Created 4 years, 1 month 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 | « third_party/WebKit/Source/platform/Histogram.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 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>
« no previous file with comments | « third_party/WebKit/Source/platform/Histogram.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698