Searched defs:all_ticks (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp295 static int all_ticks; // total count of ticks received so far member in class:FlatProfiler
H A Dfprofiler.cpp61 int FlatProfiler::all_ticks = 0; member in class:FlatProfiler
1063 FlatProfiler::all_ticks++; member in class:FlatProfiler
1525 print_ticks("All ticks", all_ticks, received_ticks);

Completed in 59 milliseconds