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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.hpp93 static elapsedTimer _concurrent_timer; member in class:CMSAdaptiveSizePolicy
412 return &_concurrent_timer;
H A DcmsAdaptiveSizePolicy.cpp43 elapsedTimer CMSAdaptiveSizePolicy::_concurrent_timer; member in class:CMSAdaptiveSizePolicy
119 _concurrent_timer.start();
214 _concurrent_timer.stop();
215 _latest_cms_collection_end_to_collection_start_secs = _concurrent_timer.seconds();
220 _concurrent_timer.reset();
221 _concurrent_timer.start();
230 _concurrent_timer.stop();
231 _latest_cms_concurrent_marking_time_secs = _concurrent_timer.seconds();
246 _concurrent_timer.reset();
247 _concurrent_timer
[all...]

Completed in 32 milliseconds