src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp

changeset 6552
8847586c9037
parent 6413
595c0f60d50d
child 6876
710a3c8b516e
child 6930
570cb6369f17
equal deleted inserted replaced
6551:81d7a4b28dc5 6552:8847586c9037
159 double _cur_verify_before_time_ms; 159 double _cur_verify_before_time_ms;
160 double _cur_verify_after_time_ms; 160 double _cur_verify_after_time_ms;
161 161
162 // Helper methods for detailed logging 162 // Helper methods for detailed logging
163 void print_stats(int level, const char* str, double value); 163 void print_stats(int level, const char* str, double value);
164 void print_stats(int level, const char* str, double value, int workers); 164 void print_stats(int level, const char* str, double value, uint workers);
165 165
166 public: 166 public:
167 G1GCPhaseTimes(uint max_gc_threads); 167 G1GCPhaseTimes(uint max_gc_threads);
168 void note_gc_start(uint active_gc_threads); 168 void note_gc_start(uint active_gc_threads);
169 void note_gc_end(); 169 void note_gc_end();

mercurial