| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 00516232f1f909153184acf573263a89bae8a4dc..cc93b7acd5dd3af06aefd500252a7e43626f9b70 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" enum="BooleanMatched">
|
| + <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>
|
|
|