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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp631 static elapsedTimer dependentCheckTime; variable
640 dependentCheckTime.start();
675 dependentCheckTime.stop();
928 tty->print_cr("nmethod dependency checking time %f", dependentCheckTime.seconds(),
929 dependentCheckTime.seconds() / dependentCheckCount);

Completed in 136 milliseconds