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

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

Issue 2420133002: Make module enumeration a low priority background task. (Closed)
Patch Set: Fix small bug. Created 4 years, 2 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.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 35fc67d767868d234e086d927a4316f80c21ab2a..d3c3b8dfc53bff716d105b5a33f5d99f39240c93 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6804,6 +6804,60 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Conflicts.ConfirmedBadModules" units="modules">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The number of confirmed bad modules found during module enumeration.
+ </summary>
+</histogram>
+
+<histogram name="Conflicts.EnumerateLoadedModules" units="ms">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The length of time it takes to enumerate the loaded modules in the browser
+ process.
+ </summary>
+</histogram>
+
+<histogram name="Conflicts.EnumerateShellExtensions" units="ms">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The length of time it takes to enumerate the shell extensions.
+ </summary>
+</histogram>
+
+<histogram name="Conflicts.EnumerateWinsockModules" units="ms">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The length of time it takes to enumerate the Winsock LSP modules.
+ </summary>
+</histogram>
+
+<histogram name="Conflicts.EnumerationInspectionTime" units="ms">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The cumulative length of time it takes to inspect all modules on disk,
+ extracting their certificates and version information. This work is actually
+ spread out over a much longer period of time so as not to impact the user.
+ </summary>
+</histogram>
+
+<histogram name="Conflicts.EnumerationTotalTime" units="ms">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The cumulative length of time it takes to enumerate and inspect all modules.
+ This work is actually spread out over a much longer period of time so as not
+ to impact the user.
+ </summary>
+</histogram>
+
+<histogram name="Conflicts.SuspectedBadModules" units="modules">
+ <owner>chrisha@chromium.org</owner>
+ <summary>
+ The number of suspected bad modules found during module enumeration.
+ </summary>
+</histogram>
+
<histogram name="ConnectivityDiagnostics.ChromeOsSignalStrength" units="%">
<owner>ebeach@google.com</owner>
<summary>
« no previous file with comments | « chrome/browser/win/enumerate_modules_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698