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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2883693002: [Memory-UMA] Implement basic working prototype. (Closed)
Patch Set: Fix test. 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
« no previous file with comments | « services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom ('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 adcd8d1e373350d847d7645fd4ca760973aef4fb..b81075bc70542c4d4e0771e8d67ad867f49ed870 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84305,6 +84305,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram_suffixes name="BrowserMemoryAllocator2" separator=".">
<suffix name="Resident" label="Only counting resident memory."/>
+ <suffix name="PrivateMemoryFootprint"
+ label="Only counting private resident + swapped/compressed memory."/>
<suffix name="Malloc" label="Constrained to malloc allocator."/>
<affected-histogram name="Memory.Experimental.Browser2"/>
</histogram_suffixes>
@@ -86294,6 +86296,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram_suffixes name="GpuMemoryAllocator2" separator=".">
<suffix name="Resident" label="Only counting resident memory."/>
+ <suffix name="PrivateMemoryFootprint"
+ label="Only counting private resident + swapped/compressed memory."/>
<suffix name="Malloc" label="Constrained to malloc allocator."/>
<affected-histogram name="Memory.Experimental.Gpu2"/>
</histogram_suffixes>
@@ -91079,6 +91083,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram_suffixes name="RendererMemoryAllocator2" separator=".">
<suffix name="Resident" label="Only counting resident memory."/>
+ <suffix name="PrivateMemoryFootprint"
+ label="Only counting private resident + swapped/compressed memory."/>
<suffix name="Malloc" label="Constrained to malloc allocator."/>
<suffix name="PartitionAlloc" label="Constrained to partition allocator."/>
<suffix name="BlinkGC" label="Constrained to blink GC allocator."/>
« no previous file with comments | « services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698