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

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

Issue 2841273002: Add UMA histograms for GPU driver bug workaround entries. (Closed)
Patch Set: fix nits 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..a5920d5b33e1e98e6fa7d964c4e454de8eff909d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22418,6 +22418,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GPU.DriverBugTestResultsPerEntry">
Ilya Sherman 2017/05/04 21:17:38 Please add an enum attribute for the values record
+ <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.
Ilya Sherman 2017/05/04 21:17:38 Please document when this metric is recorded.
+ </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