public final class PrintCallTargetProfiling extends AbstractDebugCompilationListener
Constructor and Description |
---|
PrintCallTargetProfiling() |
Modifier and Type | Method and Description |
---|---|
static void |
install(GraalTruffleRuntime runtime) |
void |
notifyShutdown(GraalTruffleRuntime runtime)
Invoked as the compiler gets shut down.
|
private static int |
sumCalls(List<OptimizedCallTarget> targets,
Function<TraceCompilationProfile,Integer> function) |
addASTSizeProperty, log, notifyCompilationDequeued, notifyCompilationFailed, notifyCompilationGraalTierFinished, notifyCompilationInvalidated, notifyCompilationQueued, notifyCompilationSplit, notifyCompilationStarted, notifyCompilationSuccess, notifyCompilationTruffleTierFinished, notifyStartup
public PrintCallTargetProfiling()
public static void install(GraalTruffleRuntime runtime)
public void notifyShutdown(GraalTruffleRuntime runtime)
GraalTruffleCompilationListener
notifyShutdown
in interface GraalTruffleCompilationListener
notifyShutdown
in class AbstractDebugCompilationListener
private static int sumCalls(List<OptimizedCallTarget> targets, Function<TraceCompilationProfile,Integer> function)