Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dbackend_impl.cc1930 int64 use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; in ReportStats() local
1935 if (use_hours) in ReportStats()
1936 use_hours = total_hours - use_hours; in ReportStats()
1938 if (!use_hours || !GetEntryCount() || !data_->header.num_bytes) in ReportStats()
1941 CACHE_UMA(HOURS, "UseTime", 0, static_cast<int>(use_hours)); in ReportStats()
1945 int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours; in ReportStats()