Searched defs:accounted_time_ms (Results 1 - 1 of 1) 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();

Completed in 100 milliseconds