Lines Matching refs:a_count
257 a_count = 0; in TraceStats()
623 if (!get_mid && v_count >= stat.second.a_count / 2) { in MakeStatistics()
1222 ta_[type].stats[cf_id].a_count = 1; in KeyStatsInsertion()
1250 found_stats->second.a_count++; in KeyStatsInsertion()
1310 cf_unit.a_count = 0; in KeyStatsInsertion()
1776 if (stat_it.second.a_count == 0) { in PrintStatistics()
1785 if (stat.a_count > 0) { in PrintStatistics()
1787 (static_cast<double>(stat.a_key_size_sum)) / stat.a_count; in PrintStatistics()
1789 (static_cast<double>(stat.a_value_size_sum)) / stat.a_count; in PrintStatistics()
1791 stat.a_count - in PrintStatistics()
1794 (static_cast<double>(stat.a_value_size_sqsum)) / stat.a_count - in PrintStatistics()
1800 cfs_[stat.cf_id].a_count += total_a_keys; in PrintStatistics()
1802 ta_[type].total_access += stat.a_count; in PrintStatistics()
1807 ta_[type].type_name.c_str(), stat.a_count); in PrintStatistics()
1893 cf.second.a_count); in PrintStatistics()