Backed out changeset 2e9eab35d1ea (bug 1334616) for bustage

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2017-02-06 22:04:16 -08:00
parent c8725aeef5
commit 049e9128c4
2 changed files with 0 additions and 9 deletions

View File

@ -3983,14 +3983,6 @@
"bug_numbers": [1315893],
"description": "Time spent per classifier update (ms), keyed by the name of the provider."
},
"URLCLASSIFIER_CLASSIFYLOCAL_TIME": {
"alert_emails": ["safebrowsing-telemetry@mozilla.org"],
"expires_in_version": "never",
"kind": "exponential",
"high": 60000,
"n_buckets": 30,
"description": "Time spent inside ClassifyLocalWithTables (ms)"
},
"URLCLASSIFIER_PS_FILELOAD_TIME": {
"alert_emails": ["safebrowsing-telemetry@mozilla.org"],
"expires_in_version": "never",

View File

@ -1567,7 +1567,6 @@ nsUrlClassifierDBService::ClassifyLocalWithTables(nsIURI *aURI,
}
PROFILER_LABEL_FUNC(js::ProfileEntry::Category::OTHER);
Telemetry::AutoTimer<Telemetry::URLCLASSIFIER_CLASSIFYLOCAL_TIME> timer;
nsCOMPtr<nsIURI> uri = NS_GetInnermostURI(aURI);
NS_ENSURE_TRUE(uri, NS_ERROR_FAILURE);