Searched refs:print_summary_sd (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp2171 void TraceGen0TimeData::print_summary_sd(const char* str, function in class:TraceGen0TimeData
2184 print_summary_sd(" Total", &_total);
2196 print_summary_sd(" Evacuation Pauses", &_total);
2212 print_summary_sd(" Stop World", &_all_stop_world_times_ms);
2213 print_summary_sd(" Yields", &_all_yield_times_ms);
H A Dg1CollectorPolicy.hpp66 void print_summary_sd(const char* str, const NumberSeq* seq) const;

Completed in 484 milliseconds