Searched refs:GetSizeGroup (Results 1 – 4 of 4) sorted by relevance
/external/chromium/net/disk_cache/ |
D | eviction.cc | 149 CACHE_UMA(AGE_MS, "TotalTrimTimeV1", backend_->GetSizeGroup(), start); in TrimCache() 363 CACHE_UMA(AGE_MS, "TotalTrimTimeV2", backend_->GetSizeGroup(), start); in TrimCacheV2()
|
D | backend_impl.cc | 502 SetFieldTrialInfo(GetSizeGroup()); in SyncInit() 691 CACHE_UMA(AGE_MS, "OpenTime", GetSizeGroup(), start); in OpenEntryImpl() 777 CACHE_UMA(AGE_MS, "CreateTime", GetSizeGroup(), start); in CreateEntryImpl() 1011 CACHE_UMA(COUNTS, "PendingIO", GetSizeGroup(), num_pending_io_); in IsLoaded() 1029 int BackendImpl::GetSizeGroup() const { in GetSizeGroup() function in disk_cache::BackendImpl 1512 CACHE_UMA(AGE_MS, "LoadTime", GetSizeGroup(), start); in NewEntry()
|
D | backend_impl.h | 185 int GetSizeGroup() const;
|
D | entry_impl.cc | 631 int group = backend_->GetSizeGroup(); in ReportIOTime()
|