Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(939)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1782133002: Instrument MojoShellConnectionImpl::BindToMessagePipe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « content/renderer/renderer_main.cc ('k') | 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 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>
« no previous file with comments | « content/renderer/renderer_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698