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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp233 static elapsedTimer _time_flow; member in class:MethodLiveness
H A DmethodLiveness.cpp126 elapsedTimer MethodLiveness::_time_flow; member in class:MethodLiveness
165 TraceTime flow(NULL, &_time_flow, TimeLivenessAnalysis);
537 tty->print_cr (" Dataflow : %3.3f sec. (%2.2f%%)", _time_flow.seconds(),
538 _time_flow.seconds() * 100 / _time_total.seconds());

Completed in 149 milliseconds