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

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

Issue 2921653005: GLES ProgramCache listens to memory pressure (Closed)
Patch Set: . Created 3 years, 7 months 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b39851590ae27877959bc312ee8c152757f049ac..a7987e115bc15be3fc61c3e07c6792ff19093412 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23220,6 +23220,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GPU.ProgramCache.MemoryReleasedOnPressure" units="KB">
+ <owner>ssid@chromium.org</owner>
+ <summary>
+ Amount of memory released from the program cache on memory pressure.
+ </summary>
+</histogram>
+
<histogram name="GPU.ProgramCache.MemorySizeAfterKb" units="KB">
<owner>vmiura@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698