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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp194 int blocked_ticks; member in class:ThreadProfiler
267 static int blocked_ticks; // ticks when the thread was blocked. member in class:FlatProfiler
282 + blocked_ticks
H A Dfprofiler.cpp50 int FlatProfiler::blocked_ticks = 0; member in class:FlatProfiler
1137 blocked_ticks += 1;
1138 FlatProfiler::blocked_ticks += 1; member in class:FlatProfiler
1171 blocked_ticks = 0;
1275 blocked_ticks = 0;
1343 int total = active + blocked_ticks;
1460 if (blocked_ticks + class_loader_ticks + interpreter_ticks + compiler_ticks + unknown_ticks() != 0) {
1463 print_ticks("Blocked (of total)", blocked_ticks, total);
1522 print_ticks("Blocked ticks", blocked_ticks, received_ticks);

Completed in 35 milliseconds