Lines Matching full:speed_ratio
5289 const double speed_ratio = gc_speed / mutator_speed;5292 const double a = speed_ratio * (1 - mu);5293 const double b = speed_ratio * (1 - mu) - mu;5331 "Heap growing factor %.1f based on mu=%.3f, speed_ratio=%.f "