mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
Remove all C++ telemetry autotimers
This commit is contained in:
parent
8c8145e620
commit
ad782894c8
28 changed files with 37 additions and 119 deletions
1
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
1
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
|
|
@ -1523,7 +1523,6 @@ nsOfflineCacheDevice::FindEntry(nsCString *fullKey, bool *collision)
|
|||
{
|
||||
NS_ENSURE_TRUE(Initialized(), nullptr);
|
||||
|
||||
mozilla::Telemetry::AutoTimer<mozilla::Telemetry::CACHE_OFFLINE_SEARCH_2> timer;
|
||||
LOG(("nsOfflineCacheDevice::FindEntry [key=%s]\n", fullKey->get()));
|
||||
|
||||
// SELECT * FROM moz_cache WHERE key = ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue