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

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

Issue 1643573002: Add a ModuleLoadAnalyzer which checks modules against a whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix incorrect and misleading unit tests in for blacklist_load and suspicious_module incidents Created 4 years, 10 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 1e71b1145e76d973fcb734c2f6d54db9537aa840..83f47476602671784f7a35722ca4b9f3f48c3f70 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43107,6 +43107,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SBIRS.SuspiciousModuleDetectionTime" units="ms">
+ <owner>proberge@google.com</owner>
+ <summary>
+ The elapsed time to check loaded modules against the module whitelist.
+ </summary>
+</histogram>
+
+<histogram name="SBIRS.SuspiciousModuleReportCount" units="modules">
+ <owner>proberge@google.com</owner>
+ <summary>The number of suspicious modules found.</summary>
+</histogram>
+
+<histogram name="SBIRS.SuspiciousModuleReportingTime" units="ms">
+ <owner>proberge@google.com</owner>
+ <summary>
+ The elapsed time to create incidents for suspicious modules.
+ </summary>
+</histogram>
+
<histogram name="SBIRS.UploadResult" enum="ReportProcessingResult">
<owner>caitkp@google.com</owner>
<summary>
« chrome/browser/safe_browsing/safe_browsing_service.h ('K') | « chrome/common/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698