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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp234 static elapsedTimer _time_query; member in class:MethodLiveness
H A DmethodLiveness.cpp127 elapsedTimer MethodLiveness::_time_query; member in class:MethodLiveness
480 if (TimeLivenessAnalysis) _time_query.start();
508 if (TimeLivenessAnalysis) _time_query.stop();
539 tty->print_cr (" Query : %3.3f sec. (%2.2f%%)", _time_query.seconds(),
540 _time_query.seconds() * 100 / _time_total.seconds());

Completed in 29 milliseconds