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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp128 elapsedTimer MethodLiveness::_time_total; member in class:MethodLiveness
153 if (TimeLivenessAnalysis) _time_total.start();
170 if (TimeLivenessAnalysis) _time_total.stop();
479 if (TimeLivenessAnalysis) _time_total.start();
509 if (TimeLivenessAnalysis) _time_total.stop();
532 tty->print_cr (" Total : %3.3f sec.", _time_total.seconds());
534 _time_build_graph.seconds() * 100 / _time_total.seconds());
536 _time_gen_kill.seconds() * 100 / _time_total.seconds());
538 _time_flow.seconds() * 100 / _time_total.seconds());
540 _time_query.seconds() * 100 / _time_total
[all...]
H A DmethodLiveness.hpp235 static elapsedTimer _time_total; member in class:MethodLiveness

Completed in 30 milliseconds