Module com.microsoft.gctoolkit.api
Class G1YoungInitialMark
- java.lang.Object
-
- com.microsoft.gctoolkit.event.jvm.JVMEvent
-
- com.microsoft.gctoolkit.event.GCEvent
-
- com.microsoft.gctoolkit.event.g1gc.G1GCEvent
-
- com.microsoft.gctoolkit.event.g1gc.G1GCPauseEvent
-
- com.microsoft.gctoolkit.event.g1gc.G1RealPause
-
- com.microsoft.gctoolkit.event.g1gc.G1Young
-
- com.microsoft.gctoolkit.event.g1gc.G1YoungInitialMark
-
public class G1YoungInitialMark extends G1Young
-
-
Constructor Summary
Constructors Constructor Description G1YoungInitialMark(DateTimeStamp dateTimeStamp, GCCause gcCause, double pauseTime)
-
Method Summary
-
Methods inherited from class com.microsoft.gctoolkit.event.g1gc.G1Young
add, addEvacuationCollectionPhase, addParallelPhaseSummary, addPhaseDuration, addPostEvacuationCollectionPhase, addPreEvacuationCollectionPhase, addProcessedBuffersSummary, addWorkerActivity, evacuateCSetPhaseDuration, evacuateCSetPhaseNames, getClearCTDuration, getCodeRootFixupDuration, getCodeRootMigrationDuration, getCodeRootPurgeDuration, getEvacuationWorkersAvailable, getEvacuationWorkersUsed, getExpandHeapDuration, getGcWorkers, getOtherPhaseDurations, getParallelPhaseDurationTime, getProcessedBuffersSummary, getQueueFixupStatistics, getStringDedupingDuration, getStringDeduppingWorkers, getSurvivorRecord, getTableFixupStatistics, getWorkerOther, getWorkersEnd, getWorkersStart, getWorkerTotal, isToSpaceExhausted, parallelPhaseNames, parallelPhaseSummaryFor, phaseDurationFor, phaseNames, postEvacuateCSetPhaseDuration, postEvacuateCSetPhaseNames, preEvacuateCSetPhaseDuration, preEvacuateCSetPhaseNames, queueFixupStatistics, setClearCTDuration, setCodeRootFixupDuration, setCodeRootMigrationDuration, setCodeRootPurgeDuration, setEvacuationWorkersAvailable, setEvacuationWorkersUsed, setExpandHeapDuration, setGcWorkers, setOtherPhaseDurations, setParallelPhaseDuration, setQueueFixupStatistics, setStringDedupingDuration, setTableFixupStatistics, setWorkersEnd, setWorkersStart, tableFixupStatistics, toSpaceExhausted
-
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
-
G1YoungInitialMark
public G1YoungInitialMark(DateTimeStamp dateTimeStamp, GCCause gcCause, double pauseTime)
-
-