Searched refs:accounted_time_ms (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1GCPhaseTimes.cpp232 double G1GCPhaseTimes::accounted_time_ms() { function in class:G1GCPhaseTimes
283 double misc_time_ms = pause_time_sec * MILLIUNITS - accounted_time_ms();
H A Dg1GCPhaseTimes.hpp251 double accounted_time_ms();
H A Dg1CollectorPolicy.cpp2129 _other.add(pause_time_ms - phase_times->accounted_time_ms());

Completed in 31 milliseconds