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

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp124 elapsedTimer MethodLiveness::_time_build_graph; member in class:MethodLiveness
157 TraceTime buildGraph(NULL, &_time_build_graph, TimeLivenessAnalysis);
533 tty->print_cr (" Build graph : %3.3f sec. (%2.2f%%)", _time_build_graph.seconds(),
534 _time_build_graph.seconds() * 100 / _time_total.seconds());
H A DmethodLiveness.hpp231 static elapsedTimer _time_build_graph; member in class:MethodLiveness

Completed in 245 milliseconds