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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 733053005: cc: Add UMA stats for texture copy latency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix one more unit test Created 6 years, 1 month 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 | « gpu/command_buffer/tests/gl_query_unittest.cc ('k') | 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 c3b487fc0035c912a7cfaa9b11284d53d75e2ee0..ff388818113955c629dc84d5aae63d276319508e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28342,6 +28342,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Renderer4.TextureCopyLatency" units="microseconds">
+ <owner>reveman@chromium.org</owner>
+ <summary>
+ Time between the issue of a texture copy operation and detecting that it has
+ completed as measured by the GPU process.
+ </summary>
+</histogram>
+
<histogram name="Renderer4.TextureGpuUploadTimeUS">
<owner>wiltzius@chromium.org</owner>
<summary>
« no previous file with comments | « gpu/command_buffer/tests/gl_query_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698