Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:use_time

1075   int64 use_time = stats_.GetCounter(Stats::TIMER);
1076 CACHE_UMA(HOURS, "FillupTime", 0, static_cast<int>(use_time / 120));
1079 if (!use_time)
1080 use_time = 1;
1082 static_cast<int>(data_->header.num_entries / use_time));
1084 static_cast<int>((data_->header.num_bytes / 1024) / use_time));