Commit eb340f90 authored by ppi's avatar ppi Committed by Commit bot

Claim MPArch.* process management metrics.

This patch sets ppi@ as owner of histograms tracking the child process
launch time (important as this is a significant performance factor on
some platforms) and number of renderer processes kept around.

BUG=401821

Review URL: https://codereview.chromium.org/500403002

Cr-Commit-Position: refs/heads/master@{#291918}
parent 7f37900b
......@@ -12444,7 +12444,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="MPArch.ChildProcessLaunchFirst">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<owner>ppi@chromium.org</owner>
<summary>
The time it takes to spawn the first child subprocess (including sandbox
init).
......@@ -12452,7 +12452,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="MPArch.ChildProcessLaunchSubsequent">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<owner>ppi@chromium.org</owner>
<summary>
The time it takes to spawn child sub processes not counting the first one.
</summary>
......@@ -12481,7 +12481,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="MPArch.RPHCountPerLoad">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<owner>ppi@chromium.org</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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment