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

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

Issue 2722643003: [Bookmark Manager] Add first meaningful paint metric to bookmark manager. (Closed)
Patch Set: Created 3 years, 10 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/resources/bookmark_manager/js/main.js ('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 e18b6f4c9592ab5393390a173b46beabeb4efd2b..84c2e886971fa2f19c206f4d7282bd95b8e8c29b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5580,6 +5580,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="BookmarkManager.ResultsRenderedTime" units="ms">
+ <owner>calamity@chromium.org</owner>
+ <summary>
+ Records the time taken to load the bookmarks Web UI and render. This is
+ roughly equivalent to 'time to first meaningful paint' for the bookmark
+ manager.
+ </summary>
+</histogram>
+
<histogram name="Bookmarks.BookmarksInFolder" units="bookmarks">
<owner>calamity@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/resources/bookmark_manager/js/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698