public class JMHSample_29_StatesDAG extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JMHSample_29_StatesDAG.Counter
There are weird cases when the benchmark state is more cleanly described
by the set of @States, and those @States reference each other.
|
static class |
JMHSample_29_StatesDAG.Local |
static class |
JMHSample_29_StatesDAG.Shared |
Constructor and Description |
---|
JMHSample_29_StatesDAG() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
int |
test(JMHSample_29_StatesDAG.Local local) |
public int test(JMHSample_29_StatesDAG.Local local)
public static void main(String[] args) throws RunnerException
RunnerException
Copyright © 2015. All rights reserved.