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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp190 int extra_ticks; member in class:ThreadProfiler
269 static int extra_ticks; // total ticks an extra temporary measuring member in class:FlatProfiler
H A Dfprofiler.cpp49 int FlatProfiler::extra_ticks = 0; member in class:FlatProfiler
1076 extra_ticks += 1;
1077 FlatProfiler::extra_ticks += 1; member in class:FlatProfiler
1180 extra_ticks = 0;
1269 extra_ticks = 0;
1465 print_ticks("Extra", extra_ticks, active);
1528 print_ticks("Extra ", extra_ticks, received_ticks);

Completed in 34 milliseconds