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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2391423004: Add UMA for PurgeAndSuspend. (Closed)
Patch Set: Fixed UMA and histogram_suffixes 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 bb600012d13f87872d83ad8ec7daebcc3f7be012..020567e4398be9526e08fe9397814bab1ae0fa2a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25407,6 +25407,14 @@ 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">
+ <owner>tasak@google.com</owner>
+ <summary>
+ The memory usage after a background renderer is purged and suspended. Note:
+ this metric is for A/B testing.
+ </summary>
+</histogram>
+
<histogram name="Memory.Renderer" units="KB">
<owner>hajimehoshi@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>
@@ -108411,6 +108419,20 @@ value.
<affected-histogram name="PLT.BeginToFinish_NormalLoad"/>
</histogram_suffixes>
+<histogram_suffixes name="PurgeAndSuspend" separator=".">
+ <suffix name="BlinkGCKB" label="The memory usage of the BlinkGC allocator"/>
+ <suffix name="DiscardableKB"
+ label="The memory usage of the discardable memory"/>
+ <suffix name="MallocMB" label="The memory usage of the malloc"/>
+ <suffix name="PartitionAllocKB" label="The memory usage of PartitionAlloc"/>
+ <suffix name="TotalAllocatedMB"
+ label="The sum of the memory usages of PartitionAlloc, malloc,
+ discardable memory, mainThreadIsolate() and BlinkGC allocator"/>
+ <suffix name="V8MainThreadIsolateMB"
+ label="The memory usage of mainThreadIsolate()"/>
+ <affected-histogram name="Memory.PurgeAndSuspend"/>
+</histogram_suffixes>
Ilya Sherman 2016/10/13 00:43:03 Since the histograms now use a mix of units, I don
tasak 2016/10/13 03:56:16 I see. Thank you. Done.
+
<histogram_suffixes name="QueryTimeSuffix" separator=".">
<suffix name="0" label="N = 0"/>
<suffix name="1" label="N = 1"/>
« 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