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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp496 double time_until_full = MAX2(time_until_cms_gen_full(), 0.01); local
497 double duty_cycle_dbl = 100.0 * scaled_duration_remaining / time_until_full;
541 st->print(",cms_consumption_rate=%g,time_until_full=%g",

Completed in 48 milliseconds