Searched refs:print_ms_time_info (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | concurrentMark.cpp | 3141 static void print_ms_time_info(const char* prefix, const char* name, function 3153 print_ms_time_info(" ", "init marks", _init_times); 3154 print_ms_time_info(" ", "remarks", _remark_times); 3156 print_ms_time_info(" ", "final marks", _remark_mark_times); 3157 print_ms_time_info(" ", "weak refs", _remark_weak_ref_times); 3160 print_ms_time_info(" ", "cleanups", _cleanup_times);
|
Completed in 44 milliseconds