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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2037883004: [Win] Add reporting of total number of modules loaded in browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready for review. Created 4 years, 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8353983edbd91f47590efa597200b7f9ba0b5282..e6b21c7089ab7219fe54c50963961782616fc292 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57014,6 +57014,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ThirdPartyModules.Modules.Microsoft" units="modules">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The total number of modules loaded (or potentially loaded) into the browser
rkaplow 2016/06/03 18:17:31 can you mention on these two that they are windows
+ process that are signed by Microsoft. Measured shortly after startup.
+ </summary>
+</histogram>
+
+<histogram name="ThirdPartyModules.Modules.Total" units="modules">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The total number of modules loaded (or potentially loaded) into the browser
+ process. Measured shortly after startup.
+ </summary>
+</histogram>
+
<histogram name="ThreadWatcher.ResponseTime" units="ms">
<owner>rtenneti@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698