| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 6985dada5c972a922c69887a6263e1836bb7eaae..dcb5eb0153e3f7ca972f305641cfb7667d1b0a51 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -51741,6 +51741,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SafeBrowsing.V4DatabaseOpen.Time" units="ms">
|
| + <owner>vakh@chromium.org</owner>
|
| + <summary>
|
| + The time it takes to parse and load the SafeBrowsing database from disk, in
|
| + milliseconds.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SafeBrowsing.V4DecodeAdditionsResult"
|
| enum="SafeBrowsingV4DecodeResult">
|
| <obsolete>
|
| @@ -51803,6 +51811,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Track get hash response hits for V4 full hash requests.</summary>
|
| </histogram>
|
|
|
| +<histogram name="SafeBrowsing.V4GetHashNetwork.Time" units="ms">
|
| + <owner>vakh@chromium.org</owner>
|
| + <summary>
|
| + The time that it took to receive a response from the Google SafeBrowsing
|
| + servers for a full hash request.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SafeBrowsing.V4GetPrefixMatches.Time" units="ms">
|
| + <owner>vakh@chromium.org</owner>
|
| + <summary>
|
| + The time that it took to check a URL against our in-memory database. It is
|
| + dominated by the time to perform checks for CheckBrowseUrl.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SafeBrowsing.V4MergeUpdateTime" units="ms">
|
| <obsolete>
|
| Replaced by SafeBrowsing.V4*.MergeUpdate.Time.
|
|
|