Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 2cea1a74026204fe6f32a5d39902f48d55aea345..1de97e602c3215685ccb15c4d753bb560dee4ded 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -29573,6 +29573,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram base="true" name="Memory.Experimental.Browser2" units="MB"> |
+<!-- Name completed by histogram_suffixes name="BrowserMemoryAllocator2" --> |
+ |
+ <owner>erikchen@chromium.org</owner> |
+ <summary> |
+ The browser process's memory usage reported by the memory instrumentation |
+ service.. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Memory.Experimental.CompressedPagesPerSecond" units="pages/s"> |
<owner>bashi@chromium.org</owner> |
<summary> |
@@ -29600,6 +29610,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram base="true" name="Memory.Experimental.Gpu2" units="MB"> |
+<!-- Name completed by histogram_suffixes name="GpuMemoryAllocator2" --> |
+ |
+ <owner>erikchen@chromium.org</owner> |
+ <summary> |
+ The gpu process's memory usage reported by the memory instrumentation |
+ service.. |
+ </summary> |
+</histogram> |
+ |
<histogram base="true" name="Memory.Experimental.Renderer" units="MB"> |
<!-- Name completed by histogram_suffixes name="RendererMemoryAllocator" --> |
@@ -29633,6 +29653,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram base="true" name="Memory.Experimental.Renderer2" units="MB"> |
+<!-- Name completed by histogram_suffixes name="RendererMemoryAllocator2" --> |
+ |
+ <owner>erikchen@chromium.org</owner> |
+ <summary> |
+ The renderer process's memory usage reported by the memory instrumentation |
+ service.. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Memory.Experimental.SwapInPerSecond" units="swaps/s"> |
<owner>bashi@chromium.org</owner> |
<summary> |
@@ -83901,6 +83931,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<affected-histogram name="BlinkGC.CollectionRate"/> |
</histogram_suffixes> |
+<histogram_suffixes name="BrowserMemoryAllocator2" separator="."> |
+ <suffix base="true" name="Resident" label="Only counting resident memory."/> |
+ <suffix base="true" name="Malloc" label="Constrained to malloc allocator."/> |
+ <affected-histogram name="Memory.Experimental.Browser2"/> |
+</histogram_suffixes> |
+ |
<histogram_suffixes name="CachedResourceType" separator="."> |
<suffix name="JavaScript" |
label="Showing cache patterns only for JavaScript resources."/> |
@@ -85869,6 +85905,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<affected-histogram name="GPU.ContextMemory.WebGL"/> |
</histogram_suffixes> |
+<histogram_suffixes name="GpuMemoryAllocator2" separator="."> |
+ <suffix base="true" name="Resident" label="Only counting resident memory."/> |
+ <suffix base="true" name="Malloc" label="Constrained to malloc allocator."/> |
+ <affected-histogram name="Memory.Experimental.Gpu2"/> |
+</histogram_suffixes> |
+ |
<histogram_suffixes name="GWSChromeJointExperiment"> |
<suffix name="Experiment1" |
label="Only page loads that are a result of a navigation from a web |
@@ -90577,6 +90619,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<affected-histogram name="Memory.Experimental.Renderer"/> |
</histogram_suffixes> |
+<histogram_suffixes name="RendererMemoryAllocator2" separator="."> |
+ <suffix base="true" name="Resident" label="Only counting resident memory."/> |
+ <suffix base="true" name="Malloc" label="Constrained to malloc allocator."/> |
+ <suffix base="true" name="PartitionAlloc" |
+ label="Constrained to partition allocator."/> |
+ <suffix base="true" name="BlinkGC" |
+ label="Constrained to blink GC allocator."/> |
+ <suffix base="true" name="V8" label="Constrained to v8 allocator."/> |
+ <affected-histogram name="Memory.Experimental.Renderer2"/> |
+</histogram_suffixes> |
+ |
<histogram_suffixes name="RendererMemoryTiming" separator="."> |
<suffix name="DidFinishLoad" |
label="Recorded each time DidFinishLoad is called for *any* frame |