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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 949613002: [Android] Add animation frame time histogram class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cache listener, off-load some initializing from startRecording to constructor Created 5 years, 10 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/appmenu/AppMenu.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 e0170686e3ae279e158a0d2ecd54119b4fbb51e1..c50527873f31c9b3f66661998f3971e1d033453c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43455,6 +43455,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Number of times that each menu item is clicked.</summary>
</histogram>
+<histogram name="WrenchMenu.OpeningAnimationFrameTimes" units="milliseconds">
+ <owner>kkimlabs@chromium.org</owner>
+ <summary>Frame times of Android wrench menu opening animation.</summary>
Ilya Sherman 2015/02/24 05:28:51 This description is not very clear. Could you ple
Kibeom Kim (inactive) 2015/02/24 18:25:54 Done.
+</histogram>
+
<histogram name="WrenchMenu.RecentTabsSubMenu" enum="RecentTabsAction">
<owner>rpop@chromium.org</owner>
<summary>
@@ -43472,7 +43477,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="WrenchMenu.TouchDuration" units="milliseconds">
- <owner>kkimlabs@google.com</owner>
+ <owner>kkimlabs@chromium.org</owner>
<summary>
Time difference between touch down and touch up on Android wrench button.
</summary>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698