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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2843373004: Record renderer's memory growth 30min, 60min and 90min after purging separately. (Closed)
Patch Set: Created 3 years, 7 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 8b5dd5c804e344df612a0a8530a124c680d98038..f1a614760c781c8b14d51d5c7eb53fca3f97374d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56809,7 +56809,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
units="KB">
<!-- Name completed by histogram_suffixes name="PurgeAndSuspendExperiment" -->
- <owner>tasak@google.org</owner>
+ <owner>tasak@google.com</owner>
<summary>
The growth of the background renderer's memory usage after a background
renderer is purged. This is recorded 5, 10 and 15 minutes after the purge.
@@ -90205,16 +90205,48 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram_suffixes>
<histogram_suffixes name="PurgeAndSuspendExperiment" separator=".">
- <suffix name="BlinkGCKB" label="Constrained to the BlinkGC allocator"/>
- <suffix name="DiscardableKB" label="Constrained to discardable memory usage"/>
- <suffix name="PartitionAllocKB"
- label="Constrained to PartitionAlloc allocator"/>
- <suffix name="MallocKB" label="Constrained to malloc memory usage"/>
- <suffix name="TotalAllocatedKB"
Ilya Sherman 2017/05/09 03:58:58 Please mark these as <obsolete> rather than removi
tasak 2017/05/10 09:57:02 Done.
+ <suffix name="BlinkGCKB.30min"
+ label="Constrained to the BlinkGC allocator 30min after purging"/>
+ <suffix name="BlinkGCKB.60min"
+ label="Constrained to the BlinkGC allocator 60min after purging"/>
+ <suffix name="BlinkGCKB.90min"
+ label="Constrained to the BlinkGC allocator 90min after purging"/>
+ <suffix name="DiscardableKB.30min"
+ label="Constrained to discardable memory usage 30min after purging"/>
+ <suffix name="DiscardableKB.60min"
+ label="Constrained to discardable memory usage 60min after purging"/>
+ <suffix name="DiscardableKB.90min"
+ label="Constrained to discardable memory usage 90min after purging"/>
+ <suffix name="PartitionAllocKB.30min"
+ label="Constrained to PartitionAlloc allocator 30min after purging"/>
+ <suffix name="PartitionAllocKB.60min"
+ label="Constrained to PartitionAlloc allocator 60min after purging"/>
+ <suffix name="PartitionAllocKB.90min"
+ label="Constrained to PartitionAlloc allocator 90min after purging"/>
+ <suffix name="MallocKB.30min"
+ label="Constrained to malloc memory usage 30min after purging"/>
+ <suffix name="MallocKB.60min"
+ label="Constrained to malloc memory usage 60min after purging"/>
+ <suffix name="MallocKB.90min"
+ label="Constrained to malloc memory usage 90min after purging"/>
+ <suffix name="TotalAllocatedKB.30min"
label="Summed over the PartitionAlloc, malloc, discardable memory,
- mainThreadIsolate() and BlinkGC allocators"/>
- <suffix name="V8MainThreadIsolateKB"
- label="Constrained to memory usage by mainThreadIsolate()"/>
+ mainThreadIsolate() and BlinkGC allocators 30min after purging"/>
+ <suffix name="TotalAllocatedKB.60min"
+ label="Summed over the PartitionAlloc, malloc, discardable memory,
+ mainThreadIsolate() and BlinkGC allocators 60min after purging"/>
+ <suffix name="TotalAllocatedKB.90min"
+ label="Summed over the PartitionAlloc, malloc, discardable memory,
+ mainThreadIsolate() and BlinkGC allocators 90min after purging"/>
+ <suffix name="V8MainThreadIsolateKB.30min"
+ label="Constrained to memory usage by mainThreadIsolate() 30min after
+ purging"/>
+ <suffix name="V8MainThreadIsolateKB.60min"
+ label="Constrained to memory usage by mainThreadIsolate() 60min after
+ purging"/>
+ <suffix name="V8MainThreadIsolateKB.90min"
+ label="Constrained to memory usage by mainThreadIsolate() 90min after
+ purging"/>
<affected-histogram name="PurgeAndSuspend.Experimental.MemoryGrowth"/>
</histogram_suffixes>
« content/renderer/render_thread_impl.cc ('K') | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698