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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2841273002: Add UMA histograms for GPU driver bug workaround entries. (Closed)
Patch Set: 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 f8590d486b3abcb383de29989a2ea4fac121cc2d..a3e0b6178f034965c8442a8ff6dbcf0c57d9161f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22325,6 +22325,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GPU.DriverBugTestResultsPerEntry">
+ <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.
+ </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