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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp447 double _total_counting_time; member in class:ConcurrentMark
H A DconcurrentMark.cpp451 _total_counting_time(0.0),
1930 _total_counting_time += this_final_counting_time;
3162 _total_counting_time,
3163 (_cleanup_times.num() > 0 ? _total_counting_time * 1000.0 /

Completed in 1253 milliseconds