| 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>
|
|
|