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

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

Issue 1280743003: Add GPU.ANGLE.Buffer11CPUMemoryMB to histograms.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698