Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 443b3af0ba1586ee176759131684aa17ba32c1aa..ac303c671a9747286635b00fbfebea73385ec6f6 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -685,6 +685,12 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="Ash.StationaryTouchDuration" units="seconds"> |
| + <owner>kuscher@google.com</owner> |
| + <owner>rbyers@chromium.org</owner> |
| + <summary>The duration of mostly stationary touches</summary> |
|
Ilya Sherman
2015/03/18 18:26:39
nit: Please end the sentence with a period.
Ilya Sherman
2015/03/18 18:28:27
FWIW, it looks like this is only recorded for long
|
| +</histogram> |
| + |
| <histogram name="Ash.TouchDuration" units="milliseconds"> |
| <obsolete> |
| Deprecated 12/2013 in r239809, and replaced by Ash.TouchDuration2. |
| @@ -8879,9 +8885,8 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <histogram name="Extensions.FeatureProviderStaticInitTime" units="milliseconds"> |
| <owner>rkaplow@chromium.org</owner> |
| <summary> |
| - The amount of time that elapsed during |
| - extensions::FeatureProvider::Static. Only measured while in the browser |
| - process. |
| + The amount of time that elapsed during extensions::FeatureProvider::Static. |
| + Only measured while in the browser process. |
| </summary> |
| </histogram> |
| @@ -19591,8 +19596,8 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| enum="QuicSessionLocations"> |
| <owner>rch@chromium.org</owner> |
| <summary> |
| - The location in quic_client_session.cc where a session is unexpectedly |
| - not going away. |
| + The location in quic_client_session.cc where a session is unexpectedly not |
| + going away. |
| </summary> |
| </histogram> |