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

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

Issue 2852033002: Add SwapMetricsObserverMac (Closed)
Patch Set: Fix DCHECK 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b54a337982b557241462bc02932b41ab3b2aaa88..b4dd85013c24121cc3557d22b51ceea168d915a6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29405,6 +29405,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Memory.Experimental.CompressedPagesPerSecond" units="pages/s">
+ <owner>bashi@chromium.org</owner>
+ <summary>
+ The number of pages compressed per second. Recorded every 60 seconds. Only
+ recorded on macOS.
+ </summary>
+</histogram>
+
+<histogram name="Memory.Experimental.DecompressedPagesPerSecond"
+ units="pages/s">
+ <owner>bashi@chromium.org</owner>
+ <summary>
+ The number of pages decompressed per second. Recorded every 60 seconds. Only
+ recorded on macOS.
+ </summary>
+</histogram>
+
<histogram name="Memory.Experimental.Gpu.PhysicalFootprint.MacOS" units="MB">
<owner>erikchen@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698