mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Backed out changeset 2e9eab35d1ea (bug 1334616) for bustage
CLOSED TREE
This commit is contained in:
parent
c8725aeef5
commit
049e9128c4
@ -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",
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user