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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2876693002: Emit UMAs for metrics from memory instrumentation service. (Closed)
Patch Set: Clean up. 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 | « content/public/app/mojo/content_utility_manifest.json ('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 ba76f7beb6b4bdfe4607da6ff100bfc540735407..907196c5efa4bad9ae0f1ad03d1259de6e00c189 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29529,6 +29529,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">
rkaplow 2017/05/11 21:21:39 why are these all "2" btw - is this just to match
erikchen 2017/05/11 21:32:36 memory.experimental.renderer was already taken. [N
+<!-- 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..
rkaplow 2017/05/11 21:21:40 extra . at end of summaries
erikchen 2017/05/11 21:32:36 Done.
+ </summary>
+</histogram>
+
<histogram name="Memory.Experimental.CompressedPagesPerSecond" units="pages/s">
<owner>bashi@chromium.org</owner>
<summary>
@@ -29556,6 +29566,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" -->
@@ -29589,6 +29609,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>
@@ -83783,6 +83813,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."/>
rkaplow 2017/05/11 21:21:39 I would remove the base="true" tags from all your
erikchen 2017/05/11 21:32:36 Done.
+ <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."/>
@@ -85751,6 +85787,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
@@ -90453,6 +90495,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
« no previous file with comments | « content/public/app/mojo/content_utility_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698