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

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

Issue 2592573002: MD Downloads: add first meaningful paint metrics to UMA (Closed)
Patch Set: -history Created 4 years 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/ui/webui/md_downloads/md_downloads_ui.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 bc086e693b95ff6d0e20ac3857c051ddaa80dc9b..6c0a214b35fef78f628c0eccc64c183444e20d43 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12412,6 +12412,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Download.ResultsRenderedTime" units="ms">
+ <owner>dbeam@chromium.org</owner>
+ <summary>
+ Records the time taken to load the downloads Web UI and render (at least) a
+ screen full of items. This is roughly equivalent to 'time to first
+ meaningful paint' for the downloads page.
+ </summary>
+</histogram>
+
<histogram name="Download.SavePackage" enum="DownloadSavePackageEvent">
<owner>asanka@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/ui/webui/md_downloads/md_downloads_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698