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

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

Issue 2250743002: Increase number of buckets for intent-to-first-commit histogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabObserver.java ('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 5b9a378fb6913d8d4f737f2910e0ce2928075fbf..80bff4f67c407fd0469c4ba50f61d15156714939 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5396,17 +5396,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
units="ms">
<owner>lizeb@chromium.org</owner>
<summary>
- Time between the intent arrival in a Chrome generated CCT and the first
- navigation commit, if the navigation is successful. Similar in principle to
- Startup.FirstCommitNavigationTime.
+ In &quot;Herb&quot; mode shows the time between the intent arrival in a
+ Chrome generated CCT and the first navigation commit, if the navigation is
+ successful. Similar in principle to Startup.FirstCommitNavigationTime. The
+ Herb version of the histogram.
</summary>
</histogram>
<histogram name="ChromeGeneratedCustomTab.IntentToPageLoadedTime" units="ms">
Yusuf 2016/08/17 18:49:23 is there no ChromeGeneratedCustomTab.IntentToPageL
pasko 2016/08/18 09:44:08 Ah, I was not careful. Thank you for pointing this
<owner>lizeb@chromium.org</owner>
<summary>
- Time between the intent arrival in a Chrome generated CCT and the first
- &quot;page loaded&quot; event, if the navigation is successful.
+ In &quot;Herb&quot; mode shows time between the intent arrival in a Chrome
+ generated CCT and the first &quot;page loaded&quot; event, if the navigation
+ is successful.
</summary>
</histogram>
@@ -7371,6 +7373,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="CustomTabs.IntentToFirstCommitNavigationTime" units="ms">
+ <obsolete>
+ Deprecated 8/2016. No longer tracked.
+ </obsolete>
<owner>lizeb@chromium.org</owner>
<summary>
Time between the intent arrival in Chrome and the first navigation commit,
@@ -7379,6 +7384,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="CustomTabs.IntentToFirstCommitNavigationTime2" units="ms">
+ <owner>lizeb@chromium.org</owner>
+ <summary>
+ Time between the intent arrival to a Custom Tab and the first navigation
+ commit, if the navigation is successful. Similar in principle to
+ Startup.FirstCommitNavigationTime.
+ </summary>
+</histogram>
+
<histogram name="CustomTabs.IntentToPageLoadedTime" units="ms">
<owner>lizeb@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabObserver.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698