Searched refs:top_k_queue (Results 1 – 2 of 2) sorted by relevance
1146 if (static_cast<int32_t>(stat.top_k_queue.size()) < in ReProcessing()1148 stat.top_k_queue.push( in ReProcessing()1151 if (record.second.access_count > stat.top_k_queue.top().first) { in ReProcessing()1152 stat.top_k_queue.pop(); in ReProcessing()1153 stat.top_k_queue.push( in ReProcessing()1824 while (!stat.top_k_queue.empty()) { in PrintStatistics()1826 stat.top_k_queue.top().second); in PrintStatistics()1827 printf("Access_count: %" PRIu64 " %s\n", stat.top_k_queue.top().first, in PrintStatistics()1829 stat.top_k_queue.pop(); in PrintStatistics()
103 top_k_queue; member