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

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

Issue 1017663003: Adds Ash.StationaryTouchDuration to histograms.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | 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 443b3af0ba1586ee176759131684aa17ba32c1aa..5e13477e220a5d4d3c97e33a30684d57a6e00a53 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 long-duration touches.</summary>
+</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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698