| 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>
|
|
|