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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp360 elapsedTimer _cms_timer; member in class:VALUE_OBJ_CLASS_SPEC
415 elapsedTimer& cms_timer() { return _cms_timer; }
416 void start_cms_timer() { _cms_timer.start(); }
417 void stop_cms_timer() { _cms_timer.stop(); }

Completed in 39 milliseconds