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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp179 int compiler_ticks; member in class:ThreadProfiler
270 static int compiler_ticks; // total ticks in compilation member in class:FlatProfiler
283 + compiler_ticks
H A Dfprofiler.cpp54 int FlatProfiler::compiler_ticks = 0; member in class:FlatProfiler
864 FlatProfiler::compiler_ticks += 1; member in class:FlatProfiler
907 pp->compiler_ticks += 1;
1172 compiler_ticks = 0;
1272 compiler_ticks = 0;
1337 compiler_ticks +
1460 if (blocked_ticks + class_loader_ticks + interpreter_ticks + compiler_ticks + unknown_ticks() != 0) {
1467 print_ticks("Compilation", compiler_ticks, active);
1518 print_ticks("Compilation", compiler_ticks, received_ticks);

Completed in 34 milliseconds