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

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

Issue 818513002: Android: UMA histogram for coldstart-to-commit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 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/android/tab_android.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 a0fd5034c834b9fd540b56d2ed7d56b1972c3b59..b02bca768dc71187ad0cff38d6079728f7df7abb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36090,6 +36090,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Startup.FirstCommitNavigationTime" units="milliseconds">
+ <owner>pasko@chromium.org</owner>
+ <summary>
+ The time from the earliest entry point in the browser process to the moment
+ the first navigation is committed, i.e. when renderer gets the first byte of
+ the document.
+ </summary>
+</histogram>
+
<histogram name="Startup.FirstWebContents.MainFrameLoad" units="milliseconds">
<owner>erikchen@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698