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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1643573002: Add a ModuleLoadAnalyzer which checks modules against a whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase-update'd 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
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('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 ca6b8c62374959355279357142603ea2a58786d2..66e63ae957d2d7b9b88eaf0817e32a46817d900e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43512,6 +43512,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>
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698