| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 74b8d3f070387d3ad8c65d18c1b83dfd3a6efb9b..ca594055de13b5322f3aaaf3cfbbd88349553b8b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -12720,6 +12720,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="GPU.ANGLE.Buffer11CPUMemoryMB" units="MB">
|
| + <owner>cwallez@chromium.org</owner>
|
| + <summary>
|
| + The sum of the size of the CPU-side memory allocations of Buffer11's copies
|
| + (vs. GPU memory allocations). These allocations are used when modifying the
|
| + buffer data on the CPU or when transfering to GPU memory via DMA.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="GPU.ANGLE.D3D11CreateDeviceError" enum="D3DHresult">
|
| <owner>jmadill@chromium.org</owner>
|
| <summary>
|
|
|