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

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 600c054a63fd5257aa6a4aa674072bd1dddb3e66..600c70aeb0dd45887b0e30448a08bc3d2f661534 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32684,6 +32684,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="RecentsTabsPage.TimeVisibleAndroid" units="milliseconds">
Ilya Sherman 2015/06/01 21:46:43 It looks like you're introducing a new group name,
pkotwicz 2015/06/02 15:35:43 I think the new namespace makes sense. The "Recent
Ilya Sherman 2015/06/02 19:10:51 Are you planning to introduce several additional m
+ <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.
Ilya Sherman 2015/06/01 21:46:43 When is this recorded -- when the "Recent Tabs" pa
pkotwicz 2015/06/02 15:35:43 I have updated the comment to be clearer. The metr
+ </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