Uses of Class
com.microsoft.gctoolkit.event.StatisticalSummary
-
Packages that use StatisticalSummary Package Description com.microsoft.gctoolkit.event com.microsoft.gctoolkit.event.g1gc -
-
Uses of StatisticalSummary in com.microsoft.gctoolkit.event
Subclasses of StatisticalSummary in com.microsoft.gctoolkit.event Modifier and Type Class Description classUnifiedStatisticalSummary -
Uses of StatisticalSummary in com.microsoft.gctoolkit.event.g1gc
Methods in com.microsoft.gctoolkit.event.g1gc that return StatisticalSummary Modifier and Type Method Description StatisticalSummaryG1Young. evacuateCSetPhaseDuration(String name)StatisticalSummaryG1Young. getProcessedBuffersSummary()StatisticalSummaryG1Young. getQueueFixupStatistics()StatisticalSummaryG1Young. getTableFixupStatistics()StatisticalSummaryG1Young. getWorkerOther()StatisticalSummaryG1Young. getWorkersEnd()StatisticalSummaryG1Young. getWorkersStart()StatisticalSummaryG1Young. getWorkerTotal()StatisticalSummaryG1Young. parallelPhaseSummaryFor(String phaseName)Methods in com.microsoft.gctoolkit.event.g1gc with parameters of type StatisticalSummary Modifier and Type Method Description voidG1Young. addParallelPhaseSummary(String key, StatisticalSummary summary)voidG1Young. addProcessedBuffersSummary(StatisticalSummary summary)voidG1Young. addWorkerActivity(String group, StatisticalSummary statisticalSummary)voidG1Young. queueFixupStatistics(StatisticalSummary summary)voidG1Young. setQueueFixupStatistics(StatisticalSummary summary)voidG1Young. setTableFixupStatistics(StatisticalSummary summary)voidG1Young. setWorkersEnd(StatisticalSummary summary)voidG1Young. setWorkersStart(StatisticalSummary summary)voidG1Young. tableFixupStatistics(StatisticalSummary summary)
-