| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 4a54f4ac4dd6aba86ed89d1ec86da597adb46b52..b24662c66e9d4777ffeb8078c1f256c0b3cbc731 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -21933,6 +21933,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Mojo.Shell.RenderProcessInitializationTime" units="ms">
|
| + <owner>rockot@chromium.org</owner>
|
| + <summary>
|
| + Measures the time it takes for a new render process to receive an
|
| + initialization request from the Mojo shell. This is precisely the duration
|
| + of the MojoShellConnectionImpl::Create() call in RendererMain.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Mojo.System.Node.ConnectedPeers">
|
| <owner>rockot@chromium.org</owner>
|
| <summary>
|
|
|