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

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: Address comments on patch 9. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f8c10b4f02ce024db3cf04fb3d2c1f0b8372065d..dde81b80765a8d18a99eee01cc520dac673de834 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59435,6 +59435,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>

Powered by Google App Engine
This is Rietveld 408576698