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

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

Issue 57603002: Add UMA for profile creation during startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add description to histograms.xml Created 7 years, 1 month 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/chrome_browser_main.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 6ab9c05c9ab93da837fa5f27664ed68dc5db42e1..71402ac3b913d4fcacb08ffe93efa5974bcef4e0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17903,6 +17903,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Startup.CreateFirstProfile" units="milliseconds">
+ <summary>
+ How long it takes to load the original profile synchronously on the UI
+ thread.
+ </summary>
+</histogram>
+
<histogram name="Startup.Fling.TimeToDisplayVideo" units="milliseconds">
<summary>
The elapsed time from the Fling application launch to the first video frame
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698