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

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

Issue 2391423004: Add UMA for PurgeAndSuspend. (Closed)
Patch Set: Fixed histograms.xml. 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
« no previous file with comments | « third_party/WebKit/public/web/WebMemoryStatistics.h ('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 4e5b7cfb81118f9ca26dd178b6bdf2527c9e273d..dfe449fc34082185a574935c7bb041a33d6ad1d4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48652,6 +48652,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="PurgeAndSuspend.PendingTaskCount">
<owner>tasak@google.com</owner>
<summary>
« no previous file with comments | « 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