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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MMUTracker.hpp79 inline double end_time() { return _end_time; } function in class:VALUE_OBJ_CLASS_SPEC
87 G1MMUTrackerQueueElem(double start_time, double end_time) { argument
89 _end_time = end_time;
H A DconcurrentMarkThread.cpp173 double end_time = os::elapsedVTime(); local
177 _vtime_accum = (end_time - _vtime_start);
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp130 jlong end_time() { return _end_time; } function in class:GCStatInfo
H A Djmm.h183 jlong end_time; /* End time of the GC */ member in struct:__anon477
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp1223 void SafepointSynchronize::update_statistics_on_sync_end(jlong end_time) { argument
1227 spstat->_time_to_wait_to_block = end_time -
1234 spstat->_time_to_sync = end_time - _safepoint_begin_time;
1239 spstat->_time_to_do_cleanups = end_time;
1242 void SafepointSynchronize::update_statistics_on_cleanup_end(jlong end_time) { argument
1246 spstat->_time_to_do_cleanups = end_time - spstat->_time_to_do_cleanups;
1248 cleanup_end_time = end_time;
/openjdk7/jdk/src/share/javavm/export/
H A Djmm.h183 jlong end_time; /* End time of the GC */ member in struct:__anon571

Completed in 35 milliseconds