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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp71 void record_yield_time(double yield_time_ms);
H A Dg1CollectorPolicy.cpp2120 void TraceGen0TimeData::record_yield_time(double yield_time_ms) { argument
2122 _all_yield_times_ms.add(yield_time_ms);

Completed in 30 milliseconds