Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 00516232f1f909153184acf573263a89bae8a4dc..ba680d02c5383ea1c9c9e8ccbc3d2a564c484dba 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -20380,6 +20380,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="GPU.ShaderLoadPrefixOK"> |
|
Ilya Sherman
2017/01/19 02:08:43
Please add an enum (just in this file) with labels
ericrk
2017/01/19 23:25:59
There was already a BooleanMatched enum which seem
|
| + <owner>ericrk@chromium.org</owner> |
| + <summary> |
| + Whether or not the shader prefix loaded from disk matched the expected |
| + prefix for the data and system configuration. False indicates either disk |
| + corruption or a system configuration change, and should be rare. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="GPU.TextureRG" enum="BooleanAvailable"> |
| <owner>reveman@chromium.org</owner> |
| <summary> |