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

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.cpp223 void GCMemoryManager::gc_begin(bool recordGCBeginTime, bool recordPreGCUsage, argument
230 if (recordGCBeginTime) {
H A DmemoryService.cpp544 void MemoryService::gc_begin(bool fullGC, bool recordGCBeginTime, argument
555 mgr->gc_begin(recordGCBeginTime, recordPreGCUsage, recordAccumulatedGCTime);
662 bool recordGCBeginTime,
669 initialize(fullGC, cause, recordGCBeginTime, recordPreGCUsage, recordPeakUsage,
678 bool recordGCBeginTime,
686 _recordGCBeginTime = recordGCBeginTime;
660 TraceMemoryManagerStats(bool fullGC, GCCause::Cause cause, bool recordGCBeginTime, bool recordPreGCUsage, bool recordPeakUsage, bool recordPostGCUsage, bool recordAccumulatedGCTime, bool recordGCEndTime, bool countCollection) argument
676 initialize(bool fullGC, GCCause::Cause cause, bool recordGCBeginTime, bool recordPreGCUsage, bool recordPeakUsage, bool recordPostGCUsage, bool recordAccumulatedGCTime, bool recordGCEndTime, bool countCollection) argument

Completed in 70 milliseconds