Package org.openjdk.jmh.benchmarks
Class LevelInvocationBench
- java.lang.Object
-
- org.openjdk.jmh.benchmarks.LevelInvocationBench
-
- Direct Known Subclasses:
LevelInvocationBench_jmhType_B1
public class LevelInvocationBench extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LevelInvocationBench.BenchmarkSetup
static class
LevelInvocationBench.BenchmarkTeardown
static class
LevelInvocationBench.GroupSetup
static class
LevelInvocationBench.GroupTeardown
static class
LevelInvocationBench.ThreadSetup
static class
LevelInvocationBench.ThreadTeardown
-
Constructor Summary
Constructors Constructor Description LevelInvocationBench()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
benchmark_setup(LevelInvocationBench.BenchmarkSetup g)
void
benchmark_teardown(LevelInvocationBench.BenchmarkTeardown g)
void
group_setup_1(LevelInvocationBench.GroupSetup g)
void
group_setup_2(LevelInvocationBench.GroupSetup g)
void
group_teardown_1(LevelInvocationBench.GroupTeardown g)
void
group_teardown_2(LevelInvocationBench.GroupTeardown g)
void
raw()
void
thread_setup(LevelInvocationBench.ThreadSetup g)
void
thread_teardown(LevelInvocationBench.ThreadTeardown g)
-
-
-
Method Detail
-
raw
public void raw()
-
benchmark_setup
public void benchmark_setup(LevelInvocationBench.BenchmarkSetup g)
-
benchmark_teardown
public void benchmark_teardown(LevelInvocationBench.BenchmarkTeardown g)
-
group_setup_1
public void group_setup_1(LevelInvocationBench.GroupSetup g)
-
group_setup_2
public void group_setup_2(LevelInvocationBench.GroupSetup g)
-
group_teardown_1
public void group_teardown_1(LevelInvocationBench.GroupTeardown g)
-
group_teardown_2
public void group_teardown_2(LevelInvocationBench.GroupTeardown g)
-
thread_setup
public void thread_setup(LevelInvocationBench.ThreadSetup g)
-
thread_teardown
public void thread_teardown(LevelInvocationBench.ThreadTeardown g)
-
-