- 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.ParNew
-
- Direct Known Subclasses:
ParNewPromotionFailed
public class ParNew extends GenerationalGCPauseEvent
-
-
Constructor Summary
Constructors Constructor Description ParNew(DateTimeStamp dateTimeStamp, GarbageCollectionTypes gcCollectionType, GCCause gcCause, double pauseTime)ParNew(DateTimeStamp dateTimeStamp, GCCause gcCause, double pauseTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDutyCycle()TLABSummarygetTlabSummary()voidrecordDutyCycle(int dutyCycle)voidrecordTLabSummary()-
Methods inherited from class com.microsoft.gctoolkit.event.generational.GenerationalGCPauseEvent
add, 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
-
ParNew
public ParNew(DateTimeStamp dateTimeStamp, GCCause gcCause, double pauseTime)
-
ParNew
public ParNew(DateTimeStamp dateTimeStamp, GarbageCollectionTypes gcCollectionType, GCCause gcCause, double pauseTime)
-
-
Method Detail
-
recordDutyCycle
public void recordDutyCycle(int dutyCycle)
-
getDutyCycle
public int getDutyCycle()
-
recordTLabSummary
public void recordTLabSummary()
-
getTlabSummary
public TLABSummary getTlabSummary()
-
-