Uses of Class
com.microsoft.gctoolkit.integration.aggregation.PauseTimeAggregation
-
Packages that use PauseTimeAggregation Package Description com.microsoft.gctoolkit.integration.aggregation -
-
Uses of PauseTimeAggregation in com.microsoft.gctoolkit.integration.aggregation
Subclasses of PauseTimeAggregation in com.microsoft.gctoolkit.integration.aggregation Modifier and Type Class Description classPauseTimeSummaryAn implementation of PauseTimeAggregation which simply accumulates pause times, and provides methods for getting the total pause time and the percentage of time the application was paused.Constructors in com.microsoft.gctoolkit.integration.aggregation with parameters of type PauseTimeAggregation Constructor Description PauseTimeAggregator(PauseTimeAggregation aggregation)
-