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

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

Issue 895903003: Adding UMA logging to touch text selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed duration's min to 500ms instead of 1000ms 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 | « no previous file | ui/touch_selection/touch_selection_controller.h » ('j') | 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 1c84bd29ae3020f8fdac39c3610880b6ce974fbd..108575260b342c43b1b7bfdc1259776bcae68e6b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7303,6 +7303,34 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Event.TouchSelection.Duration" units="milliseconds">
+ <owner>mfomitchev@chromium.org</owner>
+ <summary>
+ Duration of touch selection sequence which finished with the user selecting
+ one of the text manipulation actions, such as copy, cut, or paste. The
+ duration is measured from the moment the text selection handles are shown,
+ and until the action is executed.
+ </summary>
+</histogram>
+
+<histogram name="Event.TouchSelection.EndedWithAction" enum="BooleanSuccess">
+ <owner>mfomitchev@chromium.org</owner>
+ <summary>
+ Whether the touch selection sequence ended with the user selecting one of
+ the text manipulation actions, such as copy, cut, or paste. after startup).
+ Sequences ending with such action are considered successful.
+ </summary>
+</histogram>
+
+<histogram name="Event.TouchSelection.WasDraggedDuration" units="milliseconds">
+ <owner>mfomitchev@chromium.org</owner>
+ <summary>
+ Duration of touch selection sequence which involved dragging a text
+ selection handle. The duration is measured from the moment the text
+ selection handles are shown, and until they are dismissed.
+ </summary>
+</histogram>
+
<histogram name="ExtensionActivity.AdInjected" units="Extension Count">
<owner>felt@chromium.org</owner>
<owner>rdevlin.cronin@chromium.org</owner>
« no previous file with comments | « no previous file | ui/touch_selection/touch_selection_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698