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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2895013002: Perf metric tracking the wallclock time it takes to show a new tab page. (Closed)
Patch Set: Review nits Created 3 years, 6 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 | « ios/chrome/browser/ui/stack_view/stack_view_controller.mm ('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 0160324883eedd73339f39cf94cd8b127ed0532d..552c252311bded66b0c0f54dd0e38e59ac515267 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77170,6 +77170,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Toolbar.Menu.NewIncognitoTabPresentationDuration" units="ms">
+ <owner>peterlaurens@chromium.org</owner>
+ <summary>
+ The number of millseconds between the user requesting a new incognito tab,
+ e.g. by tapping the New Incognito Tab entry in the main tools menu, and it
+ completing its animation on screen.
+ </summary>
+</histogram>
+
+<histogram name="Toolbar.Menu.NewTabPresentationDuration" units="ms">
+ <owner>peterlaurens@chromium.org</owner>
+ <summary>
+ The number of millseconds between the user requesting a new tab, e.g. by
+ tapping the New Tab entry in the main tools menu, and it completing its
+ animation on screen.
+ </summary>
+</histogram>
+
<histogram name="Toolbar.ShowToolsMenuResponsiveness" units="ms">
<owner>peterlaurens@chromium.org</owner>
<summary>
@@ -77180,6 +77198,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Toolbar.TabSwitcher.NewIncognitoTabPresentationDuration"
+ units="ms">
+ <owner>peterlaurens@chromium.org</owner>
+ <summary>
+ The number of millseconds between the user requesting a new incognito tab,
+ from within the tab switcher, e.g. by tapping the New Tab button from the
+ tab switcher UI, and it completing its animation on screen.
+ </summary>
+</histogram>
+
+<histogram name="Toolbar.TabSwitcher.NewTabPresentationDuration" units="ms">
+ <owner>peterlaurens@chromium.org</owner>
+ <summary>
+ The number of millseconds between the user requesting a new tab, from within
+ the tab switcher UI, e.g. by tapping the New Tab button from the tab
+ switcher UI, and it completing its animation on screen.
+ </summary>
+</histogram>
+
<histogram name="TopSites.NumberOfApplyBlacklist">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>The number of times TopSitesImpl::ApplyBlacklist is called.</summary>
« no previous file with comments | « ios/chrome/browser/ui/stack_view/stack_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698