Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.flightrecorder.rules.jdk.dataproviders |
Modifier and Type | Method and Description |
---|---|
static <V,K,C extends IItemConsumer<C>> |
GroupingAggregator.build(String name,
String description,
IAccessorFactory<K> keyField,
IAggregator<IQuantity,C> a,
GroupingAggregator.IQuantityListFinisher<V> groupFinisher) |
Modifier and Type | Field and Description |
---|---|
static GroupingAggregator.IQuantityListFinisher<IQuantity> |
MethodProfilingDataProvider.topFrameBalanceFunction
Function that calculates a value representing how balanced the set of top frames is as a
number in the range [0,1].
|
static GroupingAggregator.IQuantityListFinisher<IQuantity> |
MethodProfilingDataProvider.topFrameQuotaFunction
A quota calculation of how large a part the most commonly occurring top frame is of the total
amount of samples input.
|
Copyright © 2019. All rights reserved.