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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 303123006: Add SBClientDownload.DownloadRequestNetworkDuration and DownloadRequestTimeoutDuration histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/browser/safe_browsing/download_protection_service.cc ('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 2c8db231b60d3d08be39d6f043cf882cc39f1066..e00e802701919e475cd1d4fe1bbbf387ece7cde9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23364,8 +23364,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<owner>mattm@chromium.org</owner>
<summary>
Records the total time it takes for the SafeBrowsing download service to
- check whether the content of a download is malicious or not. This histogram
- only includes requests that are sent to the SafeBrowsing server.
+ check whether the content of a download is malicious or not, including file
Mark P 2014/05/30 18:31:27 Thank you for adding clarifications to a pre-exist
+ feature extraction, whitelist checking, and server ping. This histogram only
+ includes checks that sent a ping to the SafeBrowsing server. It does not
+ include requests that were cancelled, but does include requests that
+ received a bad response.
</summary>
</histogram>
@@ -23376,6 +23379,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="SBClientDownload.DownloadRequestNetworkDuration"
+ units="milliseconds">
+ <owner>mattm@chromium.org</owner>
+ <summary>
+ Records the time it takes for the SafeBrowsing download service ping. It
+ includes cancelled and failed pings.
Mark P 2014/05/30 18:31:27 What if you don't get a response. I would call th
mattm 2014/06/04 03:18:13 Failed meant pings that completed but with a bad r
+ </summary>
+</histogram>
+
<histogram name="SBClientDownload.DownloadRequestPayloadSize" units="bytes">
<owner>mattm@chromium.org</owner>
<summary>
@@ -23391,6 +23403,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="SBClientDownload.DownloadRequestTimeoutDuration"
+ units="milliseconds">
+ <owner>mattm@chromium.org</owner>
+ <summary>
+ Records the time it takes for the SafeBrowsing download service to check
+ whether the content of a download is malicious or not, only including the
+ parts that are covered by the timeout. This histogram includes any checks
Mark P 2014/05/30 18:31:27 Does the "only including..." add something here?
mattm 2014/06/04 03:18:13 Done.
+ that started the timeout, regardless if they sent a ping or not.
Mark P 2014/05/30 18:31:27 I don't know what "includes any checks that starte
mattm 2014/06/04 03:18:13 Some checks complete before getting to the point t
+ </summary>
+</histogram>
+
<histogram name="SBClientDownload.ExtractImageHeadersTime" units="milliseconds">
<owner>grt@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/safe_browsing/download_protection_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698