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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2763933002: memory coordinator: Purge memory under memory pressure (Closed)
Patch Set: comments Created 3 years, 8 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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('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 d4a2b12bda38119a8e1c13f61c8b201239c392a5..146f7f9eb5d00baf5d9cd2572f43eb94b6cfb40a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28514,6 +28514,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Memory.Experimental.Browser.PurgedMemory" units="MB">
+ <owner>bashi@chromium.org</owner>
+ <summary>
+ Amount of reclaimed memory (in terms of the private working set size) after
+ a purge request on the browser process. Recorded 2 seconds after the purge
+ request.
+ </summary>
+</histogram>
+
<histogram base="true" name="Memory.Experimental.Renderer" units="MB">
<!-- Name completed by histogram_suffixes name="RendererMemoryAllocator" -->
@@ -28530,6 +28539,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Memory.Experimental.Renderer.PurgedMemory" units="MB">
+ <owner>bashi@chromium.org</owner>
+ <summary>
+ Amount of reclaimed memory (in terms of
+ Memory.Experimental.Renderer.TotalAllocated) after a purge request on a
+ renderer process. Recorded 2 seconds after the purge request.
+ </summary>
+</histogram>
+
<histogram name="Memory.Experimental.Renderer.Uptime" units="ms">
<owner>keishi@chromium.org</owner>
<summary>
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698