| 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>
|
|
|