Searched refs:a_count_stats (Results 1 – 2 of 2) sorted by relevance
540 if (stat.second.a_count_stats.find(record.second.access_count) == in MakeStatistics()541 stat.second.a_count_stats.end()) { in MakeStatistics()542 stat.second.a_count_stats[record.second.access_count] = 1; in MakeStatistics()544 stat.second.a_count_stats[record.second.access_count]++; in MakeStatistics()576 for (auto& record : stat.second.a_count_stats) { in MakeStatistics()
95 std::map<uint64_t, uint64_t> a_count_stats; member