Package com.microsoft.gctoolkit.integration.aggregation
-
Interface Summary Interface Description CollectionCycleCountsAggregation HeapOccupancyAfterCollectionAggregation -
Class Summary Class Description CollectionCycleCountsAggregator CollectionCycleCountsSummary HeapOccupancyAfterCollection HeapOccupancyAfterCollectionSummary PauseTimeAggregation API for an Aggregation that records pause time duration.PauseTimeAggregator An Aggregator that extracts pause time.PauseTimeSummary An 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.RuntimeAggregation An Aggregation that collates runtime data.RuntimeAggregator<T extends RuntimeAggregation> An Aggregator that collects only the DateTimeStamp and duration of a JVMEvent.