Chromium Code Reviews| 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> |