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

/external/chromium/net/disk_cache/
H A Dbackend_impl.cc1936 int64 use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120; local
1939 // We may see users with no use_hours at this point if this is the first time
1941 if (use_hours)
1942 use_hours = total_hours - use_hours;
1944 if (!use_hours || !GetEntryCount() || !data_->header.num_bytes)
1947 CACHE_UMA(HOURS, "UseTime", 0, static_cast<int>(use_hours));
1951 int64 trim_rate = stats_.GetCounter(Stats::TRIM_ENTRY) / use_hours;

Completed in 55 milliseconds