private static class HistogramInlineInvokePlugin.MethodStatistics extends Object implements Comparable<HistogramInlineInvokePlugin.MethodStatistics>
| Modifier and Type | Field and Description |
|---|---|
private IntSummaryStatistics |
callCount |
private int |
count |
private ResolvedJavaMethod |
method |
private IntSummaryStatistics |
shallowCount |
| Constructor and Description |
|---|
MethodStatistics(ResolvedJavaMethod method) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(HistogramInlineInvokePlugin.MethodStatistic statistic) |
int |
compareTo(HistogramInlineInvokePlugin.MethodStatistics o) |
void |
print(OptimizedCallTarget target) |
private final ResolvedJavaMethod method
private int count
private final IntSummaryStatistics shallowCount
private final IntSummaryStatistics callCount
public MethodStatistics(ResolvedJavaMethod method)
public void print(OptimizedCallTarget target)
public int compareTo(HistogramInlineInvokePlugin.MethodStatistics o)
compareTo in interface Comparable<HistogramInlineInvokePlugin.MethodStatistics>public void accept(HistogramInlineInvokePlugin.MethodStatistic statistic)