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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp232 static elapsedTimer _time_gen_kill; member in class:MethodLiveness
H A DmethodLiveness.cpp125 elapsedTimer MethodLiveness::_time_gen_kill; member in class:MethodLiveness
161 TraceTime genKill(NULL, &_time_gen_kill, TimeLivenessAnalysis);
535 tty->print_cr (" Gen / Kill : %3.3f sec. (%2.2f%%)", _time_gen_kill.seconds(),
536 _time_gen_kill.seconds() * 100 / _time_total.seconds());

Completed in 31 milliseconds