Searched refs:hit_ratio_as_percentage (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.cc1837 int hit_ratio_as_percentage = stats_.GetHitRatio(); local
1843 if (base::RandInt(0, 99) < hit_ratio_as_percentage)
1888 if (base::RandInt(0, 99) < hit_ratio_as_percentage)
1906 if (base::RandInt(0, 99) < hit_ratio_as_percentage)
1908 CACHE_UMA(PERCENTAGE, "HitRatio", 0, hit_ratio_as_percentage);

Completed in 248 milliseconds