diff options
Diffstat (limited to 'tools/metrics/histograms/histograms.xml')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 5caffb5..cff294a 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -37704,6 +37704,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. </summary> </histogram> +<histogram name="SBClientDownload.DmgFileHasExecutable" enum="Boolean"> + <owner>rsesek@chromium.org</owner> + <summary> + For each DMG file analyzed by the SafeBrowsing download service, records if + the DMG contained an executable file. + </summary> +</histogram> + +<histogram name="SBClientDownload.DmgFileSuccess" enum="BooleanSuccess"> + <owner>rsesek@chromium.org</owner> + <summary> + For each DMG file analyzed by the SafeBrowsing download service, records + true if the analysis was successful, or false if there was an error + analyzing the file. + </summary> +</histogram> + <histogram name="SBClientDownload.DownloadExtensions" enum="SBClientDownloadExtensions"> <owner>mattm@chromium.org</owner> @@ -37786,6 +37803,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. </summary> </histogram> +<histogram name="SBClientDownload.ExtractDmgFeaturesTime" units="milliseconds"> + <owner>rsesek@chromium.org</owner> + <summary> + Records the time it takes for the SafeBrowsing download service to extract + info from a downloaded DMG file. + </summary> +</histogram> + <histogram name="SBClientDownload.ExtractImageHeadersTime" units="milliseconds"> <owner>grt@chromium.org</owner> <summary> |