Module com.microsoft.gctoolkit.api
Class InitialMark
- java.lang.Object
-
- com.microsoft.gctoolkit.event.jvm.JVMEvent
-
- com.microsoft.gctoolkit.event.GCEvent
-
- com.microsoft.gctoolkit.event.generational.GenerationalGCEvent
-
- com.microsoft.gctoolkit.event.generational.GenerationalGCPauseEvent
-
- com.microsoft.gctoolkit.event.generational.CMSPauseEvent
-
- com.microsoft.gctoolkit.event.generational.InitialMark
-
- All Implemented Interfaces:
CMSPhase
public class InitialMark extends CMSPauseEvent
-
-
Constructor Summary
Constructors Constructor Description InitialMark(DateTimeStamp timeStamp, double duration)InitialMark(DateTimeStamp timeStamp, GCCause cause, double duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(MemoryPoolSummary tenured, MemoryPoolSummary heap)-
Methods inherited from class com.microsoft.gctoolkit.event.generational.GenerationalGCPauseEvent
add, add, add, add, add, addBinaryTreeDictionary, addClassspace, addClassUnloadingAndStringTableProcessingDurations, addNonClassspace, addPermOrMetaSpaceRecord, addReferenceGCSummary, getBinaryTreeDictionary, getClassspace, getClassUnloadingProcessingTime, getCpuSummary, getHeap, getNonClassspace, getPermOrMetaspace, getReferenceGCSummary, getStringTableProcessingTime, getSurvivorRecord, getSymbolAndStringTableProcessingTime, getSymbolTableProcessingTime, getTenured, getYoung
-
Methods inherited from class com.microsoft.gctoolkit.event.GCEvent
equals, getGarbageCollectionType, getGCCause, hashCode, setGCCause
-
Methods inherited from class com.microsoft.gctoolkit.event.jvm.JVMEvent
getDateTimeStamp, getDuration, toString
-
-
-
-
Constructor Detail
-
InitialMark
public InitialMark(DateTimeStamp timeStamp, GCCause cause, double duration)
-
InitialMark
public InitialMark(DateTimeStamp timeStamp, double duration)
-
-
Method Detail
-
add
public void add(MemoryPoolSummary tenured, MemoryPoolSummary heap)
- Overrides:
addin classGenerationalGCPauseEvent
-
-