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

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: no more using 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
« no previous file with comments | « chrome/browser/thumbnails/thumbnail_tab_helper.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 278ecbfedb29f9285f15c6c057247b3effe72eb4..0a40c754879a9d22a09e1b6e844582cdc951b5ca 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -75521,6 +75521,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>
« no previous file with comments | « chrome/browser/thumbnails/thumbnail_tab_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698