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

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

Issue 2841273002: Add UMA histograms for GPU driver bug workaround entries. (Closed)
Patch Set: autogenerate enum 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 54a1c2ca48b1438cf3427ecedbbe81fcc18bca1d..71ac157f6ad307d740439d3f85a580de828bce44 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22418,6 +22418,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GPU.DriverBugTestResultsPerEntry"
+ enum="GpuDriverBugWorkaroundEntry">
+ <owner>jbauman@chromium.org</owner>
+ <owner>vmiura@chromium.org</owner>
+ <owner>kbr@chromium.org</owner>
+ <owner>zmo@chromium.org</owner>
+ <summary>
+ For every entry in the gpu driver bug list that is hit on a machine, this
+ records the id. Entry 0 is the total number of times that data is recorded.
+ It should be recorded whenever new GPU information is received: on startup,
+ whenever a GPU process launches, and whenever the active GPU changes.
+ </summary>
+</histogram>
+
<histogram name="GPU.EGLDisplayType" enum="EGLDisplayType">
<owner>jbauman@chromium.org</owner>
<summary>The display type used to ask for an EGLDisplay.</summary>

Powered by Google App Engine
This is Rietveld 408576698