-
public class G1Mixed extends G1Young
-
-
Constructor Summary
Constructors Constructor Description G1Mixed(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
-
G1Mixed
public G1Mixed(DateTimeStamp dateTimeStamp, GCCause gcCause, double pauseTime)
-
-