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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 138593003: Increased upper limit on renderer event latency UMA histogram. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Back to 100 buckets Created 6 years, 11 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 | « content/renderer/render_widget.cc ('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 694c7ad2c189cdb67d4c7188b4f2fb7f3fb685e4..2a260a28548defda3a5dd099f974849c22e5ac41 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4103,6 +4103,237 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Event.Latency.Renderer2" units="microseconds">
+ <summary>
+ Time between initiation of all input events and renderer processing. This
+ supersedes the earlier Event.Latency.Renderer metric.
jar (doing other things) 2014/01/18 02:44:48 Rather than putting "supersedes" in here, and refe
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.Char" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.Char metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.ContextMenu" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.ContextMenu metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureDoubleTap" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureDoubleTap metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureFlingCancel"
+ units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureFlingCancel metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureFlingStart"
+ units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureFlingStart metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureLongPress" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureLongPress metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureLongTap" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureLongTap metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GesturePinchBegin"
+ units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GesturePinchBegin metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GesturePinchEnd" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GesturePinchEnd metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GesturePinchUpdate"
+ units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GesturePinchUpdate metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureScrollBegin"
+ units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureScrollBegin metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureScrollEnd" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureScrollEnd metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureScrollUpdate"
+ units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureScrollUpdate metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureTap" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureTap metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureTapCancel" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.RendererGestureTapCancel metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureTapDown" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureTapDown metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.GestureTwoFingerTap"
+ units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.GestureTwoFingerTap metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.KeyDown" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.KeyDown metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.KeyUp" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.KeyUp metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.MouseDown" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.MouseDown metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.MouseEnter" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.MouseEnter metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.MouseLeave" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.MouseLeave metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.MouseMove" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.MouseMove metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.MouseUp" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.MouseUp metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.MouseWheel" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.MouseWheel metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.RawKeyDown" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.RawKeyDown metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.TouchCancel" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.TouchCancel metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.TouchEnd" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.TouchEnd metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.TouchMove" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.TouchMove metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.TouchStart" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.TouchStart metric.
+ </summary>
+</histogram>
+
+<histogram name="Event.Latency.Renderer2.Undefined" units="microseconds">
+ <summary>
+ Time between initiation of input event and browser processing. This
+ supersedes the earlier Event.Latency.Renderer.Undefined metric.
+ </summary>
+</histogram>
+
<histogram name="Event.Latency.RendererImpl.GestureScroll" units="microseconds">
<obsolete>
Deprecated 12/2013 and replaced by Event.Latency.RendererImpl.GestureScroll2
« no previous file with comments | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698