private static final class CompilationStatisticsListener.IdentityStatistics<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<T,IntSummaryStatistics> |
types |
| Modifier | Constructor and Description |
|---|---|
private |
IdentityStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Stream<T> classes) |
void |
printStatistics(GraalTruffleRuntime rt,
Function<T,String> toStringFunction) |
final Map<T,IntSummaryStatistics> types
private IdentityStatistics()
public void printStatistics(GraalTruffleRuntime rt, Function<T,String> toStringFunction)