Searched defs:num_hot (Results 1 – 8 of 8) sorted by relevance
310 const int num_hot = table_size * kFractionOfKeysThatAreHot; in StringViewMapBenchmark() local
311 const int num_hot = table_size * kFractionOfKeysThatAreHot; in StringViewMapBenchmark() local
321 int num_hot() const { return num_hot_; } in num_hot() function