Searched refs:PrintStats (Results 1 – 1 of 1) sorted by relevance
/tools/dexter/slicer/export/slicer/ |
D | hash_table.h | 70 void PrintStats(const char* name, bool verbose); 99 void PrintStats(const char* name, bool verbose); 204 void HashTable<Key, T, Hash>::Partition::PrintStats(const char* name, bool verbose) { in PrintStats() function 235 void HashTable<Key, T, Hash>::PrintStats(const char* name, bool verbose) { in PrintStats() function 238 full_table_->PrintStats("full_table", verbose); in PrintStats() 240 insertion_table_->PrintStats("insertion_table", verbose); in PrintStats()
|