Remove telemetry to find optimal cache entry hash size

Tag #21.
This commit is contained in:
wolfbeast 2018-09-29 22:56:15 +02:00 committed by Roy Tam
commit f019ffbb0b
5 changed files with 0 additions and 117 deletions

View file

@ -64,9 +64,6 @@ class CacheObserver : public nsIObserver
static bool CacheFSReported()
{ return sCacheFSReported; }
static void SetCacheFSReported();
static bool HashStatsReported()
{ return sHashStatsReported; }
static void SetHashStatsReported();
static void ParentDirOverride(nsIFile ** aDir);
static bool EntryIsTooBig(int64_t aSize, bool aUsingDisk);
@ -83,7 +80,6 @@ private:
void StoreDiskCacheCapacity();
void StoreCacheFSReported();
void StoreHashStatsReported();
void AttachToPreferences();
static uint32_t sUseNewCache;
@ -107,7 +103,6 @@ private:
static bool sSanitizeOnShutdown;
static bool sClearCacheOnShutdown;
static bool sCacheFSReported;
static bool sHashStatsReported;
static Atomic<uint32_t, Relaxed> sMaxShutdownIOLag;
static Atomic<PRIntervalTime> sShutdownDemandedTime;