Uses of Class
com.microsoft.gctoolkit.event.CPUSummary
-
Packages that use CPUSummary Package Description com.microsoft.gctoolkit.event.g1gc com.microsoft.gctoolkit.event.generational -
-
Uses of CPUSummary in com.microsoft.gctoolkit.event.g1gc
Methods in com.microsoft.gctoolkit.event.g1gc that return CPUSummary Modifier and Type Method Description CPUSummaryG1GCPauseEvent. getCpuSummary()CPUSummaryG1Trap. getCpuSummary()Methods in com.microsoft.gctoolkit.event.g1gc with parameters of type CPUSummary Modifier and Type Method Description voidG1GCPauseEvent. addCPUSummary(CPUSummary summary)voidG1Trap. addCPUSummary(CPUSummary summary) -
Uses of CPUSummary in com.microsoft.gctoolkit.event.generational
Methods in com.microsoft.gctoolkit.event.generational that return CPUSummary Modifier and Type Method Description CPUSummaryGenerationalGCPauseEvent. getCpuSummary()Methods in com.microsoft.gctoolkit.event.generational with parameters of type CPUSummary Modifier and Type Method Description voidGenerationalGCPauseEvent. add(CPUSummary summary)
-