public final class TraceCompilationCallTreeListener extends AbstractDebugCompilationListener
Modifier | Constructor and Description |
---|---|
private |
TraceCompilationCallTreeListener() |
Modifier and Type | Method and Description |
---|---|
static void |
install(GraalTruffleRuntime runtime) |
private static void |
logTruffleCallTree(OptimizedCallTarget compilable) |
void |
notifyCompilationSuccess(OptimizedCallTarget target,
StructuredGraph graph,
CompilationResult result) |
addASTSizeProperty, log, notifyCompilationDequeued, notifyCompilationFailed, notifyCompilationGraalTierFinished, notifyCompilationInvalidated, notifyCompilationQueued, notifyCompilationSplit, notifyCompilationStarted, notifyCompilationTruffleTierFinished, notifyShutdown, notifyStartup
private TraceCompilationCallTreeListener()
public static void install(GraalTruffleRuntime runtime)
public void notifyCompilationSuccess(OptimizedCallTarget target, StructuredGraph graph, CompilationResult result)
notifyCompilationSuccess
in interface GraalTruffleCompilationListener
notifyCompilationSuccess
in class AbstractDebugCompilationListener
private static void logTruffleCallTree(OptimizedCallTarget compilable)