Home
last modified time | relevance | path

Searched refs:CacheLocalFpRate (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/util/
Dbloom_impl.h40 static double CacheLocalFpRate(double bits_per_key, int num_probes, in CacheLocalFpRate() function
145 BloomMath::CacheLocalFpRate(8.0 * bytes / keys, num_probes, in EstimatedFpRate()
410 double filter_rate = BloomMath::CacheLocalFpRate(bits_per_key, num_probes, in EstimatedFpRate()