/external/chromium_org/net/disk_cache/ |
backend_impl.cc | 479 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; local 481 int64 use_hours = total_hours - no_use_hours; 486 CACHE_UMA(HOURS, "AllOpenByTotalHours.Miss", 0, total_hours); 499 CACHE_UMA(HOURS, "AllOpenByTotalHours.Hit", 0, total_hours); 1869 int64 total_hours = stats_.GetCounter(Stats::TIMER) \/ 120; local [all...] |
/external/chromium_org/net/disk_cache/v3/ |
backend_impl_v3.cc | 526 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; local 528 int64 use_hours = total_hours - no_use_hours; 533 CACHE_UMA(HOURS, "AllOpenByTotalHours.Miss", 0, total_hours); 546 CACHE_UMA(HOURS, "AllOpenByTotalHours.Hit", 0, total_hours); 1420 int64 total_hours = stats_.GetCounter(Stats::TIMER) \/ 120; local [all...] |
/external/chromium/net/disk_cache/ |
backend_impl.cc | 1921 int64 total_hours = stats_.GetCounter(Stats::TIMER) \/ 120; local [all...] |