Searched refs:succ_count (Results 1 – 2 of 2) sorted by relevance
675 stats.a_succ_count += record.second.succ_count; in MakeStatisticKeyStatsOrPrefix()678 succ_ratio = (static_cast<double>(record.second.succ_count)) / in MakeStatisticKeyStatsOrPrefix()758 prefix_succ_access += record.second.succ_count; in MakeStatisticKeyStatsOrPrefix()1192 unit.succ_count = 1; in KeyStatsInsertion()1194 unit.succ_count = 0; in KeyStatsInsertion()1263 found_key->second.succ_count++; in KeyStatsInsertion()
55 uint64_t succ_count; // current only used to count Get if key found member