All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static SlidingWindowToolkit.IUnorderedWindowValueFunction<HaltsProvider.ApplicationHaltsInfoHolder> |
applicationHaltsRatioFunction() |
static HaltsProvider.ApplicationHaltsInfoHolder |
calculateApplicationHaltsRatio(IItemCollection items)
Calculates the ratio of all application pauses to the total time.
|
static IQuantity |
calculateGcHaltsRatio(IItemCollection items,
IQuantity startTime,
IQuantity endTime)
Calculates the ratio of GC pauses to the total time.
|
static IQuantity |
calculateGcPauseRatio(IItemCollection items)
Calculates the ratio of GC pauses to the total time.
|
private static IQuantity |
calculateHaltsRatio(IItemCollection items,
IQuantity pauseTime,
IQuantity startTime,
IQuantity endTime) |
private static HaltsProvider.ApplicationHaltsInfoHolder |
calculateHaltsRatiosWithEncapsulationTree(IItemCollection items,
IQuantity startTime,
IQuantity endTime) |
private static IQuantity |
calculatePauseSum(IItemCollection items,
IItemFilter pauseFilter,
IQuantity startTime,
IQuantity endTime) |
private static IQuantity |
calculatePauseSumWithEncapsulationTree(IItemCollection items,
IItemFilter haltsFilter,
IQuantity startTime,
IQuantity endTime) |
private static IRange<IQuantity> |
createRange(IItemCollection items) |
static SlidingWindowToolkit.IUnorderedWindowValueFunction<IQuantity> |
gcHaltsRatioFunction() |