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

/openjdk7/hotspot/src/share/vm/services/
H A DruntimeService.hpp36 static PerfCounter* _application_time_ticks; // Accumulated time not at safepoints member in class:RuntimeService
H A DruntimeService.cpp43 PerfCounter* RuntimeService::_application_time_ticks = NULL; member in class:RuntimeService
67 _application_time_ticks =
129 _application_time_ticks->inc(_app_timer.ticks_since_update());
189 Management::ticks_to_ms(_application_time_ticks->get_value()) : -1;

Completed in 29 milliseconds