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

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: s/soon when/soon as 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 b5a898b6df1e8505268736b6a8fad01ac19d7137..f1f0feeb99b8a959b7f953c66246a97f494882ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42543,6 +42543,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">
rkaplow 2016/02/09 20:45:52 should still have a unit ... "modules" is my guess
proberge 2016/02/10 14:21:41 Done.
+ <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>

Powered by Google App Engine
This is Rietveld 408576698