-
public class G1Remark extends G1RealPause
-
-
Constructor Summary
Constructors Constructor Description G1Remark(DateTimeStamp timeStamp, double referenceProcessingTimes, double duration)G1Remark(DateTimeStamp timeStamp, double referenceProcessingTimes, double finalizeMarking, double unloading, double duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetFinalizeMarkingTime()doublegetReferenceProcessingTime()doublegetUnloadingTime()-
Methods inherited from class com.microsoft.gctoolkit.event.g1gc.G1GCPauseEvent
add, addCPUSummary, addHeapRegionSize, addMemorySummary, addMemorySummary, addPermOrMetaSpaceRecord, addRegionSummary, getArchiveRegionSummary, getCpuSummary, getEden, getEdenRegionSummary, getHeap, getHumongousRegionSummary, getOldRegionSummary, getPermOrMetaspace, getReferenceGCSummary, getSurvivor, getSurvivorRegionSummary, getTenured
-
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
-
G1Remark
public G1Remark(DateTimeStamp timeStamp, double referenceProcessingTimes, double duration)
-
G1Remark
public G1Remark(DateTimeStamp timeStamp, double referenceProcessingTimes, double finalizeMarking, double unloading, double duration)
-
-