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

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp158 synch_total = 0, nativ_total = 0, acces_total = 0; local
168 if (m->is_native()) nativ_total += c;
180 tty->print_cr("\t%9d (%4.1f%%) native", nativ_total, 100.0 * nativ_total / total);

Completed in 68 milliseconds