Searched refs:_term_time (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp117 double _term_time; member in class:ParScanThreadState
223 _term_time += (os::elapsedTime() - _start_term);
225 double term_time() const { return _term_time; }
H A DparNewGeneration.cpp83 _strong_roots_time(0.0), _term_time(0.0)
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1827 double _term_time;
1971 _term_time += (os::elapsedTime() - _start_term);
1973 double term_time() const { return _term_time; }
H A Dg1CollectedHeap.cpp4492 _strong_roots_time(0), _term_time(0),

Completed in 61 milliseconds