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

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

Issue 121653002: Track AsyncReadback time using histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased TOT. Created 6 years, 11 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 | « content/browser/renderer_host/render_widget_host_view_android.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 006a749a9c3eb2ea630d5166c63fd594113560fb..3fd592ac03a9c2e13580184a02261e8071363c59 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1584,6 +1584,19 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Compositing.CopyFromSurfaceTime" units="ms">
+ <summary>
+ The turn around time taken for the async readback of pixels is measured
+ here.
+ </summary>
+</histogram>
+
+<histogram name="Compositing.CopyFromSurfaceTimeSynchronous" units="ms">
+ <summary>
+ The time taken for the sync readback of pixels is measured here.
+ </summary>
+</histogram>
+
<histogram name="ConnectivityDiagnostics.ChromeOsSignalStrength"
units="percent">
<summary>
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698