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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2910103002: Fix histograms.xml for PurgeAndSuspend.Experimental.MemoryGrowth. (Closed)
Patch Set: Fixed. 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
« no previous file with comments | « no previous file | 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 6ed192b3a430a9c42cd098e58111a7082c27aa59..59d1dc740f36507a13a2a132b0e4a9134fde4297 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -92220,37 +92220,43 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram_suffixes>
<histogram_suffixes name="PurgeAndSuspendExperiment" separator=".">
- <suffix name="BlinkGCKB">
+ <suffix base="true" name="BlinkGCKB"
+ label="Constrained to the BlinkGC allocator">
<obsolete>
Derecated as of 05/2017. Replaced with BlinkGCKB.30min, 60min, and 90min
to investigate growth of BlinkGC memory usage more deeply.
</obsolete>
</suffix>
- <suffix name="DiscardableKB">
+ <suffix base="true" name="DiscardableKB"
+ label="Constrained to discardable memory usage">
<obsolete>
Derecated as of 05/2017. Replaced with DiscardableKB.30min, 60min, and
90min to investigate growth of discardable memory usage more deeply.
</obsolete>
</suffix>
- <suffix name="PartitionAllocKB">
+ <suffix base="true" name="PartitionAllocKB"
+ label="Constrained to the ParitionAlloc allocator">
<obsolete>
Derecated as of 05/2017. Replaced with PartitionAllocKB.30min, 60min, and
90min to investigate growth of PartitionAlloc memory usage more deeply.
</obsolete>
</suffix>
- <suffix name="MallocKB">
+ <suffix base="true" name="MallocKB" label="Constrained to malloc usage">
<obsolete>
Derecated as of 05/2017. Replaced with MallocKB.30min, 60min, and 90min to
investigate growth of malloc memory usage more deeply.
</obsolete>
</suffix>
- <suffix name="TotalAllocatedKB">
+ <suffix base="true" name="TotalAllocatedKB"
+ label="Summed over the PartitionAlloc, malloc, discardable memory,
+ mainThreadIsolate() and BlinkGC allocators">
<obsolete>
Derecated as of 05/2017. Replaced with TotalAllocatedKB.30min, 60min, and
90min to investigate growth of renderer total memory usage more deeply.
</obsolete>
</suffix>
- <suffix name="V8MainThreadIsolateKB">
+ <suffix base="true" name="V8MainThreadIsolateKB"
+ label="Constrained to memory usage by mainThreadIsolate()">
<obsolete>
Derecated as of 05/2017. Replaced with V8MainThreadIsolateKB.30min, 60min,
and 90min to investigate growth of v8 memory usage more deeply.
@@ -92266,14 +92272,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="Constrained to each allocator 60min after purging"/>
<suffix name="90min"
label="Constrained to each allocator 90min after purging"/>
- <affected-histogram name="PurgeAndSuspend.Experimental.MemoryGrowth">
- <with-suffix name="BlinkGCKB"/>
- <with-suffix name="DiscardableKB"/>
- <with-suffix name="MallocKB"/>
- <with-suffix name="PartitionAllocKB"/>
- <with-suffix name="TotalAllocatedKB"/>
- <with-suffix name="V8MainThreadIsolateKB"/>
- </affected-histogram>
+ <affected-histogram
+ name="PurgeAndSuspend.Experimental.MemoryGrowth.BlinkGCKB"/>
+ <affected-histogram
+ name="PurgeAndSuspend.Experimental.MemoryGrowth.DiscardableKB"/>
+ <affected-histogram
+ name="PurgeAndSuspend.Experimental.MemoryGrowth.MallocKB"/>
+ <affected-histogram
+ name="PurgeAndSuspend.Experimental.MemoryGrowth.PartitionAllocKB"/>
+ <affected-histogram
+ name="PurgeAndSuspend.Experimental.MemoryGrowth.TotalAllocatedKB"/>
+ <affected-histogram
+ name="PurgeAndSuspend.Experimental.MemoryGrowth.V8MainThreadIsolateKB"/>
</histogram_suffixes>
<histogram_suffixes name="QueryTimeSuffix" separator=".">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698