Home
last modified time | relevance | path

Searched refs:trim_rate (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/v3/
Dbackend_impl_v3.cc1459 int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours; in ReportStats() local
1460 CACHE_UMA(COUNTS, "TrimRate", 0, static_cast<int>(trim_rate)); in ReportStats()
/external/chromium_org/net/disk_cache/
Dbackend_impl.cc1908 int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours; in ReportStats() local
1909 CACHE_UMA(COUNTS, "TrimRate", 0, static_cast<int>(trim_rate)); in ReportStats()
/external/chromium/net/disk_cache/
Dbackend_impl.cc1951 int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours; in ReportStats() local
1952 CACHE_UMA(COUNTS, "TrimRate", 0, static_cast<int>(trim_rate)); in ReportStats()