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

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

Issue 2948983002: Low memory page navigation GC for low end devices (Closed)
Patch Set: fix Created 3 years, 6 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 b3245a13eda9e1add3dc5adc8e4802ab5db42060..2ac1f16a4278503c41cc60bcb17d9756fca6a30d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27418,6 +27418,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="LowMemoryPageNavigationGC.Reduction" units="MB">
Ilya Sherman 2017/06/26 18:48:37 It looks like you're adding a new top-level group
keishi 2017/06/27 03:44:53 Done. Used BlinkGC top level group.
+ <owner>keishi@chromium.org</owner>
+ <summary>
+ Amount of memory (Blink GC + PA + V8 main thread isolate heap) reduced with
+ the low memory page navigation GC.
Ilya Sherman 2017/06/26 18:48:37 It would be great to document this feature a wee b
keishi 2017/06/27 03:44:53 Done.
+ </summary>
+</histogram>
+
<histogram name="ManagedUsers.ChromeOS.PasswordChange"
enum="ManagedUserPasswordChange">
<owner>achuith@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698