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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp450 _cleanup_times(),
1991 _cleanup_times.add((end - start) * 1000.0);
3160 print_ms_time_info(" ", "cleanups", _cleanup_times);
3163 (_cleanup_times.num() > 0 ? _total_counting_time * 1000.0 /
3164 (double)_cleanup_times.num()
3169 (_cleanup_times.num() > 0 ? _total_rs_scrub_time * 1000.0 /
3170 (double)_cleanup_times.num()
3175 _cleanup_times.sum())/1000.0);
H A DconcurrentMark.hpp446 NumberSeq _cleanup_times; member in class:ConcurrentMark

Completed in 195 milliseconds