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

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

Issue 2592573002: MD Downloads: add first meaningful paint metrics to UMA (Closed)
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8e1f5f720f0e6fe863913eebfec413106bdb4ab4..e7862c07a2a8c1ac4e6034fcf95192f59b2787a5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12387,6 +12387,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>

Powered by Google App Engine
This is Rietveld 408576698