HomeSort by relevance Sort by last modified time
    Searched refs:total_hours (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/disk_cache/
backend_impl.cc 511 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120; local
513 int64 use_hours = total_hours - no_use_hours;
518 CACHE_UMA(HOURS, "AllOpenByTotalHours.Miss", 0, total_hours);
531 CACHE_UMA(HOURS, "AllOpenByTotalHours.Hit", 0, total_hours);
1901 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...]

Completed in 630 milliseconds