Uses of Class
com.microsoft.gctoolkit.event.SurvivorMemoryPoolSummary
-
Packages that use SurvivorMemoryPoolSummary Package Description com.microsoft.gctoolkit.event.g1gc -
-
Uses of SurvivorMemoryPoolSummary in com.microsoft.gctoolkit.event.g1gc
Methods in com.microsoft.gctoolkit.event.g1gc that return SurvivorMemoryPoolSummary Modifier and Type Method Description SurvivorMemoryPoolSummaryG1GCPauseEvent. getSurvivor()SurvivorMemoryPoolSummaryG1Trap. getSurvivor()Methods in com.microsoft.gctoolkit.event.g1gc with parameters of type SurvivorMemoryPoolSummary Modifier and Type Method Description voidG1GCPauseEvent. addMemorySummary(MemoryPoolSummary eden, SurvivorMemoryPoolSummary survivor, MemoryPoolSummary heap)voidG1Trap. addMemorySummary(MemoryPoolSummary eden, SurvivorMemoryPoolSummary survivor, MemoryPoolSummary heap)
-