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

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

Issue 2824133002: Record swap metrics (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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d849f9eab84597fcb1c457bf5aec07b16cd80d91..2bb088311416e2e1b9160f08c7949d45f8163973 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29448,6 +29448,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Memory.Experimental.SwapInPerSecond" units="swaps/s">
+ <owner>bashi@chromium.org</owner>
+ <summary>
+ The number of swap-ins per second. Recorded every 60 seconds.
+ </summary>
+</histogram>
+
+<histogram name="Memory.Experimental.SwapOutPerSecond" units="swaps/s">
+ <owner>bashi@chromium.org</owner>
+ <summary>
+ The number of swap-outs per second. Recorded every 60 seconds.
+ </summary>
+</histogram>
+
<histogram name="Memory.Extension" units="KB">
<owner>hajimehoshi@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>

Powered by Google App Engine
This is Rietveld 408576698