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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2577843002: Add UMAs for GL context memory usage (Closed)
Patch Set: feedback Created 3 years, 12 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 | « gpu/ipc/service/gpu_command_buffer_stub.cc ('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 88c426af8fd0ce84794be283d448b4dec117e10a..80e0829d7371922b3c486e3f9005a61bc80fa518 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19777,6 +19777,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GPU.ContextMemory" units="mb">
Ilya Sherman 2016/12/20 22:08:51 nit: s/mb/MB (and if you have a chance, could you
ericrk 2016/12/20 23:52:45 Done.
+ <owner>ericrk@chromium.org</owner>
+ <summary>The amount of memory used by a GL Context.</summary>
+</histogram>
+
<histogram name="GPU.CreateBrowserCompositor" units="microseconds">
<owner>vmiura@chromium.org</owner>
<summary>
@@ -109981,6 +109986,20 @@ value.
<affected-histogram name="GoogleSearch.AccessPoint"/>
</histogram_suffixes>
+<histogram_suffixes name="GPU.ContextType" separator=".">
+ <suffix name="WebGL" label="WebGL Context."/>
+ <suffix name="GLES" label="GLES Context."/>
+ <affected-histogram name="GPU.ContextMemory"/>
+</histogram_suffixes>
+
+<histogram_suffixes name="GPU.MemorySamplingTime" separator=".">
+ <suffix name="Periodic" label="Sampled periodically."/>
+ <suffix name="Shutdown" label="Sampled at shutdown."/>
+ <suffix name="Pressure" label="Sampled on CRITICAL memory pressure signal."/>
+ <affected-histogram name="GPU.ContextMemory.GLES"/>
+ <affected-histogram name="GPU.ContextMemory.WebGL"/>
+</histogram_suffixes>
+
<histogram_suffixes name="GWSChromeJointExperiment">
<suffix name="Experiment1"
label="Only page loads that are a result of a navigation from a web
« no previous file with comments | « gpu/ipc/service/gpu_command_buffer_stub.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698