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

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

Issue 2904703002: Add a histogram for total private memory footprint. (Closed)
Patch Set: Update tests to check private memory footprint on Windows. 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
« no previous file with comments | « chrome/browser/metrics/process_memory_metrics_emitter_browsertest.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 cadabdb1c8b02822b54b0ec80f8ad9df2ee8137f..1e4ec3bce76baab05556d914058fb0396f2cc099 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30093,6 +30093,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Memory.Experimental.Total2.PrivateMemoryFootprint" units="MB">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ A rough estimate of the private memory footprint of all processes.
+ </summary>
+</histogram>
+
<histogram name="Memory.Extension" units="KB">
<owner>hajimehoshi@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>
« no previous file with comments | « chrome/browser/metrics/process_memory_metrics_emitter_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698