Home | History | Annotate | Download | only in disk_cache

Lines Matching full:use_hours

1936   int64 use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120;
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;