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, notifyStartupprivate TraceCompilationCallTreeListener()
public static void install(GraalTruffleRuntime runtime)
public void notifyCompilationSuccess(OptimizedCallTarget target, StructuredGraph graph, CompilationResult result)
notifyCompilationSuccess in interface GraalTruffleCompilationListenernotifyCompilationSuccess in class AbstractDebugCompilationListenerprivate static void logTruffleCallTree(OptimizedCallTarget compilable)