mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +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
|
|
@ -1172,8 +1172,6 @@ CacheFileIOManager::Shutdown()
|
|||
return NS_ERROR_NOT_INITIALIZED;
|
||||
}
|
||||
|
||||
Telemetry::AutoTimer<Telemetry::NETWORK_DISK_CACHE_SHUTDOWN_V2> shutdownTimer;
|
||||
|
||||
CacheIndex::PreShutdown();
|
||||
|
||||
ShutdownMetadataWriteScheduling();
|
||||
|
|
@ -1191,7 +1189,6 @@ CacheFileIOManager::Shutdown()
|
|||
CacheIndex::Shutdown();
|
||||
|
||||
if (CacheObserver::ClearCacheOnShutdown()) {
|
||||
Telemetry::AutoTimer<Telemetry::NETWORK_DISK_CACHE2_SHUTDOWN_CLEAR_PRIVATE> totalTimer;
|
||||
gInstance->SyncRemoveAllCacheFiles();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue