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

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

Issue 1007383003: Adds a new UMA histogram to measure the NTP load time since navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/common/ntp_logging_events.h ('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 07b69762d4c53a119801626b935ad30a21f75265..46570eec527e83f5a2c14e5552ee8b5f622d7d7b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23383,6 +23383,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="NewTabPage.LoadTime" units="milliseconds">
+ <owner>fserb@chromium.org</owner>
+ <summary>
+ Histogram of the time, in milliseconds, it took for the NTP to load all of
+ its tiles since navigation start.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.MobilePromo" enum="NewTabPageMobilePromo">
<obsolete>
Deprecated on M33 with the change to native NTP.
@@ -23449,9 +23457,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
The number of tiles for which we relied on external tiles as a fallback
because a local screenshot was not available to be used as a thumbnail.
External tiles are those for which the visuals are handled by the page
- itself, not by the iframe. Recorded before changing focus away from the NTP,
- be it bynavigating to a URL, switching tabs, changing the active window or
- closing the tab/shutting down Chrome.
+ itself, not by the iframe. Recorded before reloading the suggestions,
+ navigating to a URL, switching tabs, changing the active window, or closing
+ the tab/shutting down Chrome.
</summary>
</histogram>
@@ -23460,9 +23468,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>
The number of external tiles that are displayed on the NTP. External tiles
are those for which the visuals are handled by the page itself, not by the
- iframe. Recorded before changing focus away from the NTP, be it by
- navigating to a URL, switching tabs, changing the active window or closing
- the tab/shutting down Chrome.
+ iframe. Recorded before reloading the suggestions, navigating to a URL,
+ switching tabs, changing the active window or closing the tab/shutting down
+ Chrome.
</summary>
</histogram>
@@ -23471,9 +23479,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>
The number of tiles for which we displayed a gray tile with the domain name
as a fallback because a local screenshot was not available to be used as a
- thumbnail. Recorded before changing focus away from the NTP, be it by
- navigating to a URL, switching tabs, changing the active window or closing
- the tab/shutting down Chrome.
+ thumbnail. Recorded before reloading the suggestions, navigating to a URL,
+ switching tabs, changing the active window or closing the tab/shutting down
+ Chrome.
</summary>
</histogram>
@@ -23482,8 +23490,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>
The number of tiles for which no thumbnail was specified, but a domain was
so we displayed a gray tile with the domain name in it. Recorded before
- changing focus away from the NTP, be it by navigating to a URL, switching
- tabs, changing the active window or closing the tab/shutting down Chrome.
+ reloading the suggestions, navigating to a URL, switching tabs, changing the
+ active window or closing the tab/shutting down Chrome.
</summary>
</histogram>
@@ -23504,9 +23512,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
The number of tiles for which we attempted to use a local screenshot as a
- thumbnail. Recorded before changing focus away from the NTP, be it by
- navigating to a URL, switching tabs, changing the active window or closing
- the tab/shutting down Chrome.
+ thumbnail. Recorded before reloading the suggestions, navigating to a URL,
+ switching tabs, changing the active window or closing the tab/shutting down
+ Chrome.
</summary>
</histogram>
@@ -23515,9 +23523,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>
The number of thumbnails for which a local screenshot was not available so
we were not able to display them on the Most Visited section of the NTP.
- Recorded before changing focus away from the NTP, be it by navigating to a
- URL, switching tabs, changing the active window or closing the tab/shutting
- down Chrome.
+ Recorded before reloading the suggestions, navigating to a URL, switching
+ tabs, changing the active window or closing the tab/shutting down Chrome.
</summary>
</histogram>
@@ -23525,9 +23532,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<owner>beaudoin@chromium.org</owner>
<summary>
The number of tiles for which we attempted to use a local screenshot as a
- thumbnail. Recorded before changing focus away from the NTP, be it by
- navigating to a URL, switching tabs, changing the active window or closing
- the tab/shutting down Chrome.
+ thumbnail. Recorded before reloading the suggestions, navigating to a URL,
+ switching tabs, changing the active window or closing the tab/shutting down
+ Chrome.
</summary>
</histogram>
@@ -23535,9 +23542,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<owner>beaudoin@chromium.org</owner>
<summary>
The number of tiles that are displayed on the NTP, no matter if they are
- thumbnails, gray tiles, or external tiles. Recorded before changing focus
- away from the NTP, be it by navigating to a URL, switching tabs, changing
- the active window or closing the tab/shutting down Chrome.
+ thumbnails, gray tiles, or external tiles. Recorded before reloading the
+ suggestions, navigating to a URL, switching tabs, changing the active window
+ or closing the tab/shutting down Chrome.
</summary>
</histogram>
« no previous file with comments | « chrome/common/ntp_logging_events.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698