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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp435 double pause_time_ms = base_time_ms + copy_time_ms + young_other_time_ms; local
436 if (pause_time_ms > target_pause_time_ms) {
909 void G1CollectorPolicy::record_collection_pause_end(double pause_time_ms, EvacuationInfo& evacuation_info) { argument
938 _mmu_tracker->add_pause(end_time_sec - pause_time_ms/1000.0,
953 _trace_gen0_time_data.record_end_collection(pause_time_ms, phase_times());
977 update_recent_gc_times(end_time_sec, pause_time_ms);
1100 double all_other_time_ms = pause_time_ms -
2126 void TraceGen0TimeData::record_end_collection(double pause_time_ms, G1GCPhaseTimes* phase_times) { argument
2128 _total.add(pause_time_ms);
2129 _other.add(pause_time_ms
[all...]
H A Dg1CollectorPolicy.hpp72 void record_end_collection(double pause_time_ms, G1GCPhaseTimes* phase_times);
677 void record_collection_pause_end(double pause_time_ms, EvacuationInfo& evacuation_info);
H A Dg1CollectedHeap.cpp4118 double pause_time_ms = (sample_end_time_sec - sample_start_time_sec) * MILLIUNITS; local
4119 g1_policy()->record_collection_pause_end(pause_time_ms, evacuation_info);

Completed in 58 milliseconds