mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1016451 - HTTP cache v2: add shutdown time probe for sanitize case, r=michal
This commit is contained in:
parent
63d11c10ca
commit
9118553761
@ -1245,6 +1245,7 @@ CacheFileIOManager::Shutdown()
|
||||
CacheIndex::Shutdown();
|
||||
|
||||
if (CacheObserver::ClearCacheOnShutdown()) {
|
||||
Telemetry::AutoTimer<Telemetry::NETWORK_DISK_CACHE2_SHUTDOWN_CLEAR_PRIVATE> totalTimer;
|
||||
gInstance->SyncRemoveAllCacheFiles();
|
||||
}
|
||||
|
||||
|
@ -2704,6 +2704,14 @@
|
||||
"extended_statistics_ok": true,
|
||||
"description": "Time spent (ms) during showdown deleting disk cache for 'clear private data' option"
|
||||
},
|
||||
"NETWORK_DISK_CACHE2_SHUTDOWN_CLEAR_PRIVATE": {
|
||||
"expires_in_version": "never",
|
||||
"kind": "exponential",
|
||||
"high": "10000",
|
||||
"n_buckets": 10,
|
||||
"extended_statistics_ok": true,
|
||||
"description": "Time spent (ms) during showdown deleting disk cache v2 for 'clear private data' option"
|
||||
},
|
||||
"NETWORK_DISK_CACHE_REVALIDATION": {
|
||||
"expires_in_version": "never",
|
||||
"kind": "exponential",
|
||||
|
Loading…
Reference in New Issue
Block a user