| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7e192cd330d9d663076bfe46fce6c5dd138f8b5b..a6c13a5fab444212512fd3f99051c910ff205ac2 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -22047,12 +22047,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="Mojo.Shell.RenderProcessInitializationTime" units="ms">
|
| +<histogram name="Mojo.Shell.ChildConnectionTime" units="ms">
|
| <owner>rockot@chromium.org</owner>
|
| <summary>
|
| - Measures the time it takes for a new render process to receive an
|
| + Measures the time it takes for a new child process to receive an
|
| initialization request from the Mojo shell. This is precisely the duration
|
| - of the MojoShellConnectionImpl::Create() call in RendererMain.
|
| + of the MojoShellConnectionImpl::BindToMessagePipe() call in ChildThreadImpl.
|
| </summary>
|
| </histogram>
|
|
|
|
|