Module com.microsoft.gctoolkit.api
Package com.microsoft.gctoolkit.event
Class UnifiedStatisticalSummary
- java.lang.Object
-
- com.microsoft.gctoolkit.event.StatisticalSummary
-
- com.microsoft.gctoolkit.event.UnifiedStatisticalSummary
-
public class UnifiedStatisticalSummary extends StatisticalSummary
-
-
Field Summary
-
Fields inherited from class com.microsoft.gctoolkit.event.StatisticalSummary
UNDEFINED
-
-
Constructor Summary
Constructors Constructor Description UnifiedStatisticalSummary(double min, double average, double max, double diff, double sum, int threads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetThreads()-
Methods inherited from class com.microsoft.gctoolkit.event.StatisticalSummary
getAverage, getDiff, getMax, getMin, getSum
-
-