Searched refs:PRINT_STAT (Results 1 – 3 of 3) sorted by relevance
896 #define PRINT_STAT(x) if (x##_ > 0) PrintF(" %-16s = %2d\n", #x, x##_) in PrintStats() macro898 #define PRINT_STAT(x) in PrintStats()900 PRINT_STAT(redundant); in PrintStats()901 PRINT_STAT(removed); in PrintStats()902 PRINT_STAT(removed_cho); in PrintStats()903 PRINT_STAT(removed_cit); in PrintStats()904 PRINT_STAT(narrowed); in PrintStats()905 PRINT_STAT(loads); in PrintStats()906 PRINT_STAT(empty); in PrintStats()907 PRINT_STAT(compares_true); in PrintStats()[all …]
118 #ifdef PRINT_STAT in Run()
243 #undef PRINT_STAT in DumpHeapStats()