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

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
« content/renderer/renderer_main.cc ('K') | « 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..5dc1ea7750be3e46b4968eb710899416c2e7aa43 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21933,6 +21933,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Mojo.Shell.RenderProcessInitializationTime" units="ms">
Ilya Sherman 2016/03/07 22:08:32 If you're defining a local histogram, there's no n
+ <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.
Ilya Sherman 2016/03/07 22:08:32 nit: It might be nice to be super duper specific a
Ken Rockot(use gerrit already) 2016/03/07 22:24:50 Added some details.
+ </summary>
+</histogram>
+
<histogram name="Mojo.System.Node.ConnectedPeers">
<owner>rockot@chromium.org</owner>
<summary>
« content/renderer/renderer_main.cc ('K') | « content/renderer/renderer_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698