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 464113002: Move MPArch.* histograms from internal histograms.xml (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 b18ee6ec230c578381352c4f4ca3c5ece056728c..8ef47e0dc244a1950581faf5eac1bb786e201ee2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12242,6 +12242,79 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="MPArch.ChildProcessLaunchFirst">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>
+ The time it takes to spawn the first child subprocess (including sandbox
+ init).
+ </summary>
+</histogram>
+
+<histogram name="MPArch.ChildProcessLaunchSubsequent">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>
+ The time it takes to spawn child sub processes not counting the first one.
+ </summary>
+</histogram>
+
+<histogram name="MPArch.RendererLaunchFirst">
+ <obsolete>
+ Deprecated 2/2013, renamed.
+ </obsolete>
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>
+ The time it takes to spawn the first renderer subprocess (including sandbox
+ init).
+ </summary>
+</histogram>
+
+<histogram name="MPArch.RendererLaunchSubsequent">
+ <obsolete>
+ Deprecated 2/2013, renamed.
+ </obsolete>
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>
+ The time it takes to spawn renderer sub processes not counting the first
+ one.
+ </summary>
+</histogram>
+
+<histogram name="MPArch.RPHCountPerLoad">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>
+ The number of RenderProcessHosts (i.e. renderer processes) present when each
+ load completes. This is basically the average number of sub-processes over
+ time. See also Tabs.TabCountPerLoad.
+ </summary>
+</histogram>
+
+<histogram name="MPArch.RWH_InputEventDelta" units="milliseconds">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>
+ The time spent waiting for the renderer to acknowledge an input event.
+ </summary>
+</histogram>
+
+<histogram name="MPArch.RWH_OnMsgPaintRect" units="milliseconds">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>The time spent inside RenderWidgetHost::OnMsgPaintRect.</summary>
+</histogram>
+
+<histogram name="MPArch.RWH_OnMsgScrollRect" units="milliseconds">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>The time spent inside RenderWidgetHost::OnMsgScrollRect.</summary>
+</histogram>
+
+<histogram name="MPArch.RWH_OnMsgUpdateRect">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>TBD</summary>
+</histogram>
+
+<histogram name="MPArch.RWH_RepaintDelta">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>TBD</summary>
+</histogram>
+
<histogram name="MPArch.RWH_TabSwitchPaintDuration" units="milliseconds">
<owner>jbauman@chromium.org</owner>
<summary>
@@ -12250,6 +12323,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="MPArch.RWHH_WhiteoutDuration" units="milliseconds">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <summary>
+ The time that the user sees a blank white page after switching to a
+ different tab, while the RenderWidgetHost receives data to paint from the
+ renderer process.
+ </summary>
+</histogram>
+
<histogram name="MultiProfile.DiscardedTabsPerUser">
<owner>skuhne@chromium.org</owner>
<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