| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1f090b01498b2db69562cbfbddb134e109d5f5c5..acb9bc3c748ad46f17089f880f9e04fbfb2878f4 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -43714,6 +43714,16 @@ 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. For example, if the
|
| + menu opening animation ran exactly at 60fps for a second, then each frame
|
| + time is 16ms. Therefore total ~60 number of 16ms value will be recorded. If
|
| + the anmation was janky, we will see >16ms data points in the histogram.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WrenchMenu.RecentTabsSubMenu" enum="RecentTabsAction">
|
| <owner>rpop@chromium.org</owner>
|
| <summary>
|
| @@ -43731,7 +43741,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>
|
|
|