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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2882183002: Thumbnails: Add some perf UMA (Closed)
Patch Set: Created 3 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 7cfb8759a2bb05d1c6d81279a475e0b4178f527e..3ac16ef2b8ec5e60cddce5c9d9b2c075c842c262 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75399,6 +75399,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Thumbnails.CopyFromSurfaceTime" units="ms">
+ <owner>treib@chromium.org</owner>
+ <summary>
+ While taking a screenshot of the current tab for use as a thumbnail on the
+ New Tab page, the time it took to copy the tab's contents into a bitmap.
+ </summary>
+</histogram>
+
+<histogram name="Thumbnails.ProcessBitmapTime" units="ms">
+ <owner>treib@chromium.org</owner>
+ <summary>
+ While taking a screenshot of the current tab for use as a thumbnail on the
+ New Tab page, the time it took to post-process the captured bitmap.
+ </summary>
+</histogram>
+
<histogram name="TileManager.ExceededMemoryBudget" enum="TileMemoryBudget">
<owner>reveman@chromium.org</owner>
<owner>vmpstr@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698