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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1768363002: Add histogram to track Mojo shell / renderer connection init (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 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>
« 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