Lines Matching refs:a_key_stats
530 for (auto& record : stat.second.a_key_stats) { in MakeStatistics()
670 for (auto& record : stats.a_key_stats) { in MakeStatisticKeyStatsOrPrefix()
871 static_cast<uint64_t>(stat.second.a_key_stats.size()); in MakeStatisticQPS()
1024 auto found = stat.a_key_stats.find(stat.time_series.front().key); in ReProcessing()
1025 if (found != stat.a_key_stats.end()) { in ReProcessing()
1085 if (stat.a_key_stats.find(input_key) != stat.a_key_stats.end()) { in ReProcessing()
1088 stat.a_key_stats[input_key].access_count); in ReProcessing()
1145 for (auto& record : stat.a_key_stats) { in ReProcessing()
1234 ta_[type].stats[cf_id].a_key_stats[key] = unit; in KeyStatsInsertion()
1246 static_cast<uint64_t>(ta_[type].stats[cf_id].a_key_stats.size()); in KeyStatsInsertion()
1257 auto found_key = found_stats->second.a_key_stats.find(key); in KeyStatsInsertion()
1258 if (found_key == found_stats->second.a_key_stats.end()) { in KeyStatsInsertion()
1259 found_stats->second.a_key_stats[key] = unit; in KeyStatsInsertion()
1271 static_cast<uint64_t>(found_stats->second.a_key_stats.size()); in KeyStatsInsertion()
1348 ta_[type_first].stats[unit.cf_id].a_key_stats.find(key) == in StatsUnitCorrelationUpdate()
1349 ta_[type_first].stats[unit.cf_id].a_key_stats.end() || in StatsUnitCorrelationUpdate()
1350 ta_[type_first].stats[unit.cf_id].a_key_stats[key].latest_ts == ts) { in StatsUnitCorrelationUpdate()
1364 (ts - ta_[type_first].stats[unit.cf_id].a_key_stats[key].latest_ts); in StatsUnitCorrelationUpdate()
1780 uint64_t total_a_keys = static_cast<uint64_t>(stat.a_key_stats.size()); in PrintStatistics()