Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dbackend_impl.cc1915 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; in ReportStats() local
1921 CACHE_UMA(HOURS, "TotalTimeNotFull", 0, static_cast<int>(total_hours)); in ReportStats()
1928 CACHE_UMA(HOURS, "TotalTime", 0, static_cast<int>(total_hours)); in ReportStats()
1936 use_hours = total_hours - use_hours; in ReportStats()