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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp3933 double sample_start_time_sec = os::elapsedTime(); local
3941 g1_policy()->record_collection_pause_start(sample_start_time_sec);
4118 double pause_time_ms = (sample_end_time_sec - sample_start_time_sec) * MILLIUNITS;

Completed in 867 milliseconds