public class LevelInvocationBench extends Object
Modifier and Type | Class and 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 and Description |
---|
LevelInvocationBench() |
Modifier and Type | Method and 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) |
public void raw()
public void benchmark_setup(LevelInvocationBench.BenchmarkSetup g)
public void benchmark_teardown(LevelInvocationBench.BenchmarkTeardown g)
public void group_setup_1(LevelInvocationBench.GroupSetup g)
public void group_setup_2(LevelInvocationBench.GroupSetup g)
public void group_teardown_1(LevelInvocationBench.GroupTeardown g)
public void group_teardown_2(LevelInvocationBench.GroupTeardown g)
public void thread_setup(LevelInvocationBench.ThreadSetup g)
public void thread_teardown(LevelInvocationBench.ThreadTeardown g)
Copyright © 2016. All rights reserved.