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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2923073003: Remove obsolete from PurgeAndSuspend.Experimental.MemoryGrowth.* suffixes. (Closed)
Patch Set: 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 3c693441c30915f49c2b6f9cfb23b51caa01d1ae..c505d017790872daadbf1095126f122d6aa7d403 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -92915,47 +92915,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram_suffixes name="PurgeAndSuspendExperiment" separator=".">
<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>
+ label="Constrained to the BlinkGC allocator"/>
<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>
+ label="Constrained to discardable memory usage"/>
<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 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>
+ label="Constrained to the ParitionAlloc allocator"/>
+ <suffix base="true" name="MallocKB" label="Constrained to malloc usage"/>
<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>
+ mainThreadIsolate() and BlinkGC allocators"/>
<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.
- </obsolete>
- </suffix>
+ label="Constrained to memory usage by mainThreadIsolate()"/>
<affected-histogram name="PurgeAndSuspend.Experimental.MemoryGrowth"/>
</histogram_suffixes>
« 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