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

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

Issue 2350423003: [Tentaive patch for discussion] Add Purge+Suspend metrics as UMA.
Patch Set: Add UMA to tab_manager Created 4 years, 3 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 cefb886771b4e2c82fbd8ee6fccca0b08d478a06..2c6325b972bf9bbb98ef1a6cf5bfc9288ccb2358 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25010,6 +25010,71 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The current process limit. Recorded once per UMA ping.</summary>
</histogram>
+<histogram name="Memory.PurgeAndSuspend.BlinkGCKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The total allocated object size of BilnkGC allocator when purging and
+ suspending a backgrounded renderer. Note: this metrics is for A/B testing.
+ </summary>
+</histogram>
+
+<histogram name="Memory.PurgeAndSuspend.DiscardableKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The discardable memory usage of a backgrounded renderer when purging and
+ suspending the renderer. Note: this metrics is for A/B testing.
+ </summary>
+</histogram>
+
+<histogram name="Memory.PurgeAndSuspend.MallocKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The malloc memory usage of a backgrounded renderer when purging and
+ suspending the renderer. Note: this metrics is for A/B testing.
+ </summary>
+</histogram>
+
+<histogram name="Memory.PurgeAndSuspend.PartitionAllocKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The total allocated object size of partition alloc when purging and
+ suspending a backgrounded renderer.
+ </summary>
+</histogram>
+
+<histogram name="Memory.PurgeAndSuspend.PrivateBytesKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The private bytes of a backgrounded renderer when purging and suspending the
+ renderer.
+ </summary>
+</histogram>
+
+<histogram name="Memory.PurgeAndSuspend.SharedBytesKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The shared bytes of a backgrounded renderer when purging and suspending the
+ renderer.
+ </summary>
+</histogram>
+
+<histogram name="Memory.PurgeAndSuspend.TotalAllocatedKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The sum of PartitionAlloc, malloc, discardable, v8 and BlinkGC usage when
+ purging and suspending a backgrounded renderer. Note: this metrics is for
+ A/B testing.
+ </summary>
+</histogram>
+
+<histogram name="Memory.PurgeAndSuspend.V8MainThreadIsolateKB" units="KB">
+ <owner>tasak@google.com</owner>
+ <summary>
+ Blink's main thread isoalte heap usage when purging and suspending a
+ backgrounded renderer. Note: this metrics is for A/B testing.
+ </summary>
+</histogram>
+
<histogram name="Memory.Renderer" units="KB">
<owner>hajimehoshi@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>
« 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