Searched refs:_t_methodCompilation (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dphase.cpp36 elapsedTimer Phase::_t_methodCompilation; member in class:Phase
98 tty->print (" method compilation : %3.3f sec", Phase::_t_methodCompilation.seconds());
100 tty->print_cr (" (%3.0f bytes per sec) ", Phase::_total_bytes_compiled / Phase::_t_methodCompilation.seconds());
153 double percent_of_method_compile = ((phase_subtotal == 0.0) ? 0.0 : phase_subtotal / Phase::_t_methodCompilation.seconds()) * 100.0;
H A Dphase.hpp69 static elapsedTimer _t_methodCompilation; member in class:Phase
H A Dcompile.cpp658 TraceTime t2(NULL, &_t_methodCompilation, TimeCompiler, false);

Completed in 42 milliseconds