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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp306 static void print_total(outputStream* st, tick_counter* t, int total, const char* msg) { function in class:ProfilerNode
1375 interpretedNode::print_total(tty, &interpreted_ticks, active, title);
1402 compiledNode::print_total(tty, &compiled_ticks, active, title);
1429 stubNode::print_total(tty, &stub_ticks, active, title);
1456 runtimeStubNode::print_total(tty, &runtime_stub_ticks, active, title);

Completed in 50 milliseconds