Searched refs:total_hours (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/net/disk_cache/blockfile/ |
D | backend_impl_v3.cc | 444 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; in OpenEntry() local 446 int64 use_hours = total_hours - no_use_hours; in OpenEntry() 451 CACHE_UMA(HOURS, "AllOpenByTotalHours.Miss", 0, total_hours); in OpenEntry() 464 CACHE_UMA(HOURS, "AllOpenByTotalHours.Hit", 0, total_hours); in OpenEntry() 1264 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; in ReportStats() local 1266 CACHE_UMA(HOURS, "TotalTimeNotFull", static_cast<int>(total_hours)); in ReportStats() 1273 CACHE_UMA(HOURS, "TotalTime", static_cast<int>(total_hours)); in ReportStats() 1281 use_hours = total_hours - use_hours; in ReportStats()
|
D | backend_impl.cc | 480 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; in OpenEntryImpl() local 482 int64 use_hours = total_hours - no_use_hours; in OpenEntryImpl() 487 CACHE_UMA(HOURS, "AllOpenByTotalHours.Miss", 0, total_hours); in OpenEntryImpl() 500 CACHE_UMA(HOURS, "AllOpenByTotalHours.Hit", 0, total_hours); in OpenEntryImpl() 1871 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; in ReportStats() local 1877 CACHE_UMA(HOURS, "TotalTimeNotFull", 0, static_cast<int>(total_hours)); in ReportStats() 1884 CACHE_UMA(HOURS, "TotalTime", 0, static_cast<int>(total_hours)); in ReportStats() 1889 CACHE_UMA(HOURS, "HitRatioByTotalTime", 0, implicit_cast<int>(total_hours)); in ReportStats() 1897 use_hours = total_hours - use_hours; in ReportStats()
|