Searched refs:PRINT_STAT (Results 1 – 2 of 2) sorted by relevance
887 #define PRINT_STAT(x) if (x##_ > 0) PrintF(" %-16s = %2d\n", #x, x##_) in PrintStats() macro889 #define PRINT_STAT(x) in PrintStats()891 PRINT_STAT(redundant); in PrintStats()892 PRINT_STAT(removed); in PrintStats()893 PRINT_STAT(removed_cho); in PrintStats()894 PRINT_STAT(removed_cit); in PrintStats()895 PRINT_STAT(narrowed); in PrintStats()896 PRINT_STAT(loads); in PrintStats()897 PRINT_STAT(empty); in PrintStats()898 PRINT_STAT(compares_true); in PrintStats()[all …]
247 #undef PRINT_STAT in DumpHeapStats()