Searched refs:print_stats (Results 1 - 11 of 11) sorted by relevance
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | g1GCPhaseTimes.cpp | 224 void G1GCPhaseTimes::print_stats(int level, const char* str, double value) { function in class:G1GCPhaseTimes 228 void G1GCPhaseTimes::print_stats(int level, const char* str, double value, int workers) { function in class:G1GCPhaseTimes 251 print_stats(1, "Root Region Scan Waiting", _root_region_scan_wait_time_ms); 254 print_stats(1, "Parallel Time", _cur_collection_par_time_ms, _active_gc_threads); 281 print_stats(1, "Code Root Fixup", _cur_collection_code_root_fixup_time_ms); 282 print_stats(1, "Clear CT", _cur_clear_ct_time_ms); 284 print_stats(1, "Other", misc_time_ms); 286 print_stats(2, "Verify Before", _cur_verify_before_time_ms); 288 print_stats(2, "Choose CSet", 291 print_stats( [all...] |
H A D | g1GCPhaseTimes.hpp | 149 void print_stats(int level, const char* str, double value); 150 void print_stats(int level, const char* str, double value, int workers);
|
H A D | concurrentMark.hpp | 481 void print_stats(); 1195 void print_stats();
|
H A D | concurrentMark.cpp | 1137 print_stats(); 2506 print_stats(); 3106 void ConcurrentMark::print_stats() { function in class:ConcurrentMark 3110 _tasks[i]->print_stats(); 3783 void CMTask::print_stats() { function in class:CMTask
|
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/ |
H A D | psPromotionManager.hpp | 71 static void print_stats();
|
H A D | psPromotionManager.cpp | 93 TASKQUEUE_STATS_ONLY(if (PrintGCDetails && ParallelGCVerbose) print_stats()); 129 PSPromotionManager::print_stats() { function in class:PSPromotionManager
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | threadLocalAllocBuffer.cpp | 84 print_stats("gc"); 182 print_stats("fill"); 279 void ThreadLocalAllocBuffer::print_stats(const char* tag) { function in class:ThreadLocalAllocBuffer
|
H A D | threadLocalAllocBuffer.hpp | 86 void print_stats(const char* tag);
|
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_GraphBuilder.hpp | 388 NOT_PRODUCT(void print_stats();)
|
H A D | c1_IR.cpp | 127 NOT_PRODUCT(if (PrintValueNumbering && Verbose) gm.print_stats());
|
H A D | c1_GraphBuilder.cpp | 3125 NOT_PRODUCT(if (PrintValueNumbering && Verbose) print_stats()); 4206 void GraphBuilder::print_stats() { function in class:GraphBuilder
|
Completed in 1159 milliseconds