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

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

Issue 531963003: Add missing histogram description. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add obsolete to previous name Created 6 years, 3 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 223b242604ef1bc844fe9ff424a2be473a76155b..d5fda9931c2d47207c5bb60fdd85f9112cff6bfb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12615,6 +12615,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="MPArch.IIR_InputEventDelta" units="milliseconds">
+ <owner>rvargas@chromium.org</owner>
+ <summary>
+ The time spent waiting for the renderer to acknowledge an input event.
+ </summary>
+</histogram>
+
<histogram name="MPArch.RendererLaunchFirst">
<obsolete>
Deprecated 2/2013, renamed.
@@ -12648,6 +12655,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="MPArch.RWH_InputEventDelta" units="milliseconds">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <obsolete>
+ renamed MPArch.IIR_InputEventDelta.
+ </obsolete>
<summary>
The time spent waiting for the renderer to acknowledge an input event.
</summary>
« 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