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

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

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: Rebased. Created 4 years, 4 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 | « chrome/browser/win/enumerate_modules_model_unittest.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 258c01d17d5ca3dc5dc3fc6479deb91ac7ac62d2..c9707ba406d2d7c74f16ce5e3dc00e5a1b32ef20 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -61621,6 +61621,31 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ThirdPartyModules.Modules.Signed" units="modules">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The total number of signed modules loaded (or potentially loaded) into the
+ browser process. Measured shortly after startup. Windows only.
+ </summary>
+</histogram>
+
+<histogram name="ThirdPartyModules.Modules.Signed.Microsoft" units="modules">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The total number of modules loaded (or potentially loaded) into the browser
+ process that are signed by Microsoft. Measured shortly after startup.
+ Windows only.
+ </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. Windows only.
+ </summary>
+</histogram>
+
<histogram name="ThreadWatcher.ResponseTime" units="ms">
<owner>rtenneti@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/win/enumerate_modules_model_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698