Package ognl.benchmarks
Class OgnlPerformanceBenchmarks
java.lang.Object
ognl.benchmarks.OgnlPerformanceBenchmarks
- Direct Known Subclasses:
OgnlPerformanceBenchmarks_jmhType_B1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconstantExpressionCompiled(org.openjdk.jmh.infra.Blackhole blackhole) voidconstantExpressionInterpreted(org.openjdk.jmh.infra.Blackhole blackhole) voidpropertyNavigationAndComparisonExpressionCompiled(org.openjdk.jmh.infra.Blackhole blackhole) voidpropertyNavigationAndComparisonExpressionInterpreted(org.openjdk.jmh.infra.Blackhole blackhole) voidpropertyNavigationExpressionCompiled(org.openjdk.jmh.infra.Blackhole blackhole) voidpropertyNavigationExpressionInterpreted(org.openjdk.jmh.infra.Blackhole blackhole) voidpropertyNavigationWithMapExpressionCompiled(org.openjdk.jmh.infra.Blackhole blackhole) voidpropertyNavigationWithMapExpressionInterpreted(org.openjdk.jmh.infra.Blackhole blackhole) voidsetup()voidsinglePropertyExpressionCompiled(org.openjdk.jmh.infra.Blackhole blackhole) voidsinglePropertyExpressionInterpreted(org.openjdk.jmh.infra.Blackhole blackhole)
-
Constructor Details
-
OgnlPerformanceBenchmarks
public OgnlPerformanceBenchmarks()
-
-
Method Details
-
setup
public void setup() -
constantExpressionInterpreted
public void constantExpressionInterpreted(org.openjdk.jmh.infra.Blackhole blackhole) throws ognl.OgnlException - Throws:
ognl.OgnlException
-
constantExpressionCompiled
public void constantExpressionCompiled(org.openjdk.jmh.infra.Blackhole blackhole) -
singlePropertyExpressionInterpreted
public void singlePropertyExpressionInterpreted(org.openjdk.jmh.infra.Blackhole blackhole) throws ognl.OgnlException - Throws:
ognl.OgnlException
-
singlePropertyExpressionCompiled
public void singlePropertyExpressionCompiled(org.openjdk.jmh.infra.Blackhole blackhole)
-