Searched defs:full_gc_time_sec (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp758 double full_gc_time_sec = end_sec - _full_collection_start_sec; local
759 double full_gc_time_ms = full_gc_time_sec * 1000.0;

Completed in 3345 milliseconds