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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1159023005: Log the amount of time that the RecentTabsPage is in the foreground to UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/RecentTabsPage.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 4cd6fc81fc082bab27945e135322d81cb872a5d2..d4e6528addf75a71a04269d9556ebcaf402b3e39 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32741,6 +32741,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="RecentTabsPage.TimeVisibleAndroid" units="milliseconds">
nyquist 2015/06/02 16:36:03 Given Recent Tabs is a subpage, and part of NewTab
pkotwicz 2015/06/02 17:13:51 NewTabPage.RecentTabsPageTimeVisibleAndroid is too
+ <owner>pkotwicz@chromium.org</owner>
+ <summary>
+ Records the amount of time that the &quot;Recent Tabs&quot; page is visible
+ and Chrome is in the foreground on Android. The metric is recorded whenever
+ the &quot;Recent Tabs&quot; page moves out of the foreground. The metric is
+ recorded when the &quot;Recent Tabs&quot; page is closed, when the user
+ switches from the &quot;Recent Tabs&quot; page to a different tab and when
+ Chrome is backgrounded.
+ </summary>
+</histogram>
+
<histogram name="RecoveryComponent.Event" enum="RecoveryComponentEvent">
<owner>robertshield@chromium.org</owner>
<summary>Log each stage of a recovery component event.</summary>
« no previous file with comments | « chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/RecentTabsPage.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698