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

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

Issue 2391423004: Add UMA for PurgeAndSuspend. (Closed)
Patch Set: Memory.PurgeAndSuspend => PurgeAndSuspend.Memory Created 4 years, 2 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 0f9e7c8c3ee7b825d069310ad609f21828a5066d..479760ec46dc92a1fd11bedc3e14cc4cee9f9fc9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48479,6 +48479,55 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PurgeAndSuspend.Memory.BlinkGCKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The memory usage of the BlinkGC allocator after a background renderer is
+ purged and suspended. Note: this metric is for A/B testing.
+ </summary>
+</histogram>
+
+<histogram name="PurgeAndSuspend.Memory.DiscardableKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The memory usage of the discardable memory after a background renderer is
+ purged and suspended. Note: this metric is for A/B testing.
+ </summary>
+</histogram>
+
+<histogram name="PurgeAndSuspend.Memory.MallocMB" units="MB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The memory usage of the malloc after a background renderer is purged and
+ suspended. Note: this metric is for A/B testing.
+ </summary>
+</histogram>
+
+<histogram name="PurgeAndSuspend.Memory.PartitionAllocKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The memory usage of PartitionAlloc after a background renderer is purged and
+ suspended. Note: this metric is for A/B testing.
+ </summary>
+</histogram>
+
+<histogram name="PurgeAndSuspend.Memory.TotalAllocatedMB" units="MB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The sum of the memory usages of PartitionAlloc, malloc, discardable memory,
+ mainThreadIsolate() and BlinkGC allocator after a backgrounded renderer is
+ purged and suspended. Note: this metric is for A/B testing.
+ </summary>
+</histogram>
+
+<histogram name="PurgeAndSuspend.Memory.V8MainThreadIsolateMB" units="MB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The memory usage of mainThreadIsolate() after a backgrounded renderer is
+ purged and suspended. Note: this metric is for A/B testing.
+ </summary>
+</histogram>
+
<histogram name="PushMessaging.BackgroundBudget">
<owner>harkness@chromium.org</owner>
<summary>
« content/renderer/render_thread_impl.cc ('K') | « third_party/WebKit/public/web/WebMemoryStatistics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698