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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp265 static int vm_operation_ticks; // total ticks in vm_operations other than GC member in class:FlatProfiler
279 + vm_operation_ticks
H A Dfprofiler.cpp46 int FlatProfiler::vm_operation_ticks = 0; member in class:FlatProfiler
808 FlatProfiler::vm_operation_ticks += 1; member in class:FlatProfiler
1271 vm_operation_ticks = 0;
1520 print_ticks("Other VM operations", vm_operation_ticks, received_ticks);

Completed in 35 milliseconds