mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +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
2
netwerk/cache/nsDiskCacheDevice.cpp
vendored
2
netwerk/cache/nsDiskCacheDevice.cpp
vendored
|
|
@ -457,7 +457,6 @@ nsDiskCacheDevice::GetDeviceID()
|
|||
nsCacheEntry *
|
||||
nsDiskCacheDevice::FindEntry(nsCString * key, bool *collision)
|
||||
{
|
||||
Telemetry::AutoTimer<Telemetry::CACHE_DISK_SEARCH_2> timer;
|
||||
if (!Initialized()) return nullptr; // NS_ERROR_NOT_INITIALIZED
|
||||
if (mClearingDiskCache) return nullptr;
|
||||
nsDiskCacheRecord record;
|
||||
|
|
@ -955,7 +954,6 @@ nsDiskCacheDevice::EvictEntries(const char * clientID)
|
|||
nsresult
|
||||
nsDiskCacheDevice::OpenDiskCache()
|
||||
{
|
||||
Telemetry::AutoTimer<Telemetry::NETWORK_DISK_CACHE_OPEN> timer;
|
||||
// if we don't have a cache directory, create one and open it
|
||||
bool exists;
|
||||
nsresult rv = mCacheDirectory->Exists(&exists);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue