Annotation Interface SpecializationStatistics.AlwaysEnabled

Enclosing class:
SpecializationStatistics

@Retention(CLASS) @Target(TYPE) public static @interface SpecializationStatistics.AlwaysEnabled
Used on nodes to always enable specialization statistics. The Truffle DSL processor will not generate statistics code unless the -J-Dtruffle.dsl.GenerateSpecializationStatistics=true javac system property is set. This annotation can be used to annotate node types that want to force enable the statistics independent of the system property. This annotation is inherited by sub classes.
Since:
20.3