public class JMHSample_03_States
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JMHSample_03_States.BenchmarkState |
static class |
JMHSample_03_States.ThreadState |
Constructor and Description |
---|
JMHSample_03_States() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
measureShared(JMHSample_03_States.BenchmarkState state) |
void |
measureUnshared(JMHSample_03_States.ThreadState state) |
public void measureUnshared(JMHSample_03_States.ThreadState state)
public void measureShared(JMHSample_03_States.BenchmarkState state)
public static void main(java.lang.String[] args) throws RunnerException
RunnerException